Bug 333308: make clean and make distclean miss various files. r=bsmedberg

git-svn-id: svn://10.0.0.236/trunk@193990 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jag%tty.nl 2006-04-10 13:44:40 +00:00
parent 1c6760ea07
commit 23fdccb063
2 changed files with 2 additions and 4 deletions

View File

@ -385,10 +385,6 @@ MAKE_DIRS += $(MDDEPDIR)
GARBAGE_DIRS += $(MDDEPDIR)
endif
ifneq ($(XPIDLSRCS),)
GARBAGE_DIRS += $(XPIDL_GEN_DIR)
endif
#
# Tags: emacs (etags), vi (ctags)
# TAG_PROGRAM := ctags -L -

View File

@ -105,6 +105,8 @@ EXTRA_DSO_LDOPTS = \
include $(topsrcdir)/config/rules.mk
GARBAGE += _img_list
export::
@echo "$(MOZ_IMG_DECODERS)" > tmp_img_list
@if `cmp -s _img_list tmp_img_list`; then \