summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-09-21 15:12:09 +0000
committerpaltherr <paltherr@epfl.ch>2004-09-21 15:12:09 +0000
commit4c09cb76be2e11829e2eb1c946ba39f80a652632 (patch)
tree2480220ef4c3ede7b1fa7a84171d32c8e823db05 /Makefile
parent93aab3cf13186cfeb47e5ed3d9f0f4904e2389aa (diff)
downloadscala-4c09cb76be2e11829e2eb1c946ba39f80a652632.tar.gz
scala-4c09cb76be2e11829e2eb1c946ba39f80a652632.tar.bz2
scala-4c09cb76be2e11829e2eb1c946ba39f80a652632.zip
- Relocated jar files under PROJECT_OBJECTDIR
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index dd1a79f6c5..6d74789e97 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ clean :
$(RM) -r $(main_OBJECTDIR)
$(RM) -r $(PROJECT_APIDOCDIR)
-distclean : distclean.library
+distclean :
$(RM) $(LATEST_PREFIX)-*
$(RM) -r $(PROJECT_OBJECTDIR)
@@ -410,10 +410,6 @@ LIBRARY_JAR_ARCHIVE = $(LIBRARY_CLASSDIR).jar
LIBRARY_JAR_INPUTDIR = $(LIBRARY_CLASSDIR)
LIBRARY_JAR_FILES += .
-distclean : distclean.library
-distclean.library :
- $(RM) $(LIBRARY_JAR_ARCHIVE)
-
$(latest)library : $(latest)library-jc
$(latest)library : $(latest)library-sc
$(latest)library :