Bug 333308 - make clean/distclean misses various files, patch by Mike Hommey <mh+mozilla@glandium.org>, r=me

git-svn-id: svn://10.0.0.236/trunk@195642 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
benjamin%smedbergs.us
2006-04-28 14:54:54 +00:00
parent eac30b3b5f
commit c6c12f9415
15 changed files with 20 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ GEN_JAVA_SRCS = \
# install jars into SDK
SDK_LIBRARY = $(JARFILE) $(JARFILE_SRC)
GARBAGE += $(JARFILE) $(JARFILE_SRC) $(GEN_JAVA_SRCS) java.files
GARBAGE += $(JARFILE) $(JARFILE_SRC) $(GEN_JAVA_SRCS) java.files .done
GARBAGE_DIRS += _javagen org
include $(topsrcdir)/config/rules.mk