From 9797c7d3a9a8d077ca200c450315df5197c22255 Mon Sep 17 00:00:00 2001 From: "chanial%noos.fr" Date: Mon, 11 Aug 2003 19:13:27 +0000 Subject: [PATCH] fix problem when rebuilding the toolkit only and add buildconfig.html to garbage. --- toolkit/Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/toolkit/Makefile.in b/toolkit/Makefile.in index c006d051f732..a5a56b19d621 100644 --- a/toolkit/Makefile.in +++ b/toolkit/Makefile.in @@ -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