summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-12-04 17:02:13 +0000
committerpaltherr <paltherr@epfl.ch>2003-12-04 17:02:13 +0000
commitab08cd252b9bb04014d04133976e04ed3a616c0b (patch)
tree4b5b30b9a43ea1c20893aceee40c7ea83f01e102 /Makefile
parentaa8590e42bfe1a2a0264b5e3845958bd764a8ec7 (diff)
downloadscala-ab08cd252b9bb04014d04133976e04ed3a616c0b.tar.gz
scala-ab08cd252b9bb04014d04133976e04ed3a616c0b.tar.bz2
scala-ab08cd252b9bb04014d04133976e04ed3a616c0b.zip
- Removed scala/tools from scala.jar
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 868c8f7875..30747ff09f 100644
--- a/Makefile
+++ b/Makefile
@@ -442,7 +442,9 @@ $(TUPLE_FILES) : .latest-meta-jc $(TUPLE_TEMPLATE)
$(LIBRARY_JAR_ARCHIVE) : .latest-library-jc
$(LIBRARY_JAR_ARCHIVE) : .latest-library-sc
$(LIBRARY_JAR_ARCHIVE) :
+ $(MV) $(PROJECT_OUTPUTDIR)/scala/tools $(PROJECT_OUTPUTDIR)/scala.tools
@$(MAKE) jar target=LIBRARY
+ $(MV) $(PROJECT_OUTPUTDIR)/scala.tools $(PROJECT_OUTPUTDIR)/scala/tools
$(TOOLS_JAR_ARCHIVE) : .latest-lamplib-jc
$(TOOLS_JAR_ARCHIVE) : .latest-scalac-jc