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

This commit is contained in:
jag%tty.nl 2006-04-10 13:44:40 +00:00
parent e7c4914688
commit cad1135c87
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 \