From 4d8ed346a6d590184489dfa2cd44fbdaa28d7ed4 Mon Sep 17 00:00:00 2001 From: "chanial%noos.fr" Date: Sat, 15 Nov 2003 19:48:41 +0000 Subject: [PATCH] distclean removal of buildconfig.html --- toolkit/Makefile.in | 3 --- toolkit/content/Makefile.in | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/toolkit/Makefile.in b/toolkit/Makefile.in index da88d44611b8..aba7c84b6a2e 100644 --- a/toolkit/Makefile.in +++ b/toolkit/Makefile.in @@ -61,9 +61,6 @@ endif include $(topsrcdir)/config/rules.mk -distclean:: - $(RM) -f content/buildconfig.html - # skin/unix contains css rules that more closely match gtk widgets ### killing this for now until we know how qute looks on linux # ifneq (,$(filter gtk gtk2,$(MOZ_WIDGET_TOOLKIT))) diff --git a/toolkit/content/Makefile.in b/toolkit/content/Makefile.in index 7804f4e55adf..b3735410417f 100644 --- a/toolkit/content/Makefile.in +++ b/toolkit/content/Makefile.in @@ -31,3 +31,5 @@ include $(DEPTH)/config/autoconf.mk include $(topsrcdir)/config/rules.mk +distclean:: + $(RM) -f buildconfig.html