fix problem when rebuilding the toolkit only and add buildconfig.html to garbage.

This commit is contained in:
chanial%noos.fr 2003-08-11 19:13:27 +00:00
parent 59d4caaee1
commit 9797c7d3a9

View File

@ -44,13 +44,15 @@ include $(DEPTH)/config/autoconf.mk
DIRS = xre components skin/win
CHROME_DEPS = locale/build.dtd content/buildconfig.html
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
DIRS += content/mac skin/mac
endif
GARBAGE += locale/build.dtd
CHROME_DEPS = locale/build.dtd content/buildconfig.html
include $(topsrcdir)/config/rules.mk
GARBAGE += content/buildconfig.html locale/build.dtd
locale/build.dtd: locale/build.dtd.in $(DEPTH)/config/build_number
@$(RM) -f $@
@ -61,5 +63,3 @@ locale/build.dtd: locale/build.dtd.in $(DEPTH)/config/build_number
# ifneq (,$(filter gtk gtk2,$(MOZ_WIDGET_TOOLKIT)))
# DIRS += skin/unix
# endif
include $(topsrcdir)/config/rules.mk