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:
parent
1c6760ea07
commit
23fdccb063
@ -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 -
|
||||
|
||||
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user