mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-26 20:30:41 +00:00
Bug 333308: make clean and make distclean miss various files. r=bsmedberg
This commit is contained in:
parent
e7c4914688
commit
cad1135c87
@ -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