summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 :