summaryrefslogtreecommitdiff
path: root/config/config.mk
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-03-16 22:46:02 +0000
committerwtc%netscape.com <devnull@localhost>2000-03-16 22:46:02 +0000
commitb8e9c35181ffc9199ca2bb9e71f0d4c2d1e33ff7 (patch)
tree1f9f8d2380994b801f9a6c7f5d5f68fdd0214edc /config/config.mk
parent286e19e4a370103d82bf6c1f895a0773b3261c83 (diff)
downloadnspr-hg-b8e9c35181ffc9199ca2bb9e71f0d4c2d1e33ff7.tar.gz
Bugzilla bug #29427: implemented the 'distclean' target and made
'realclean' and 'clobber_all' synonymous with 'distclean'. This patch is contributed by Chris Seawood <cls@seawood.org>. r=wtc@netscape.com Modified files: Makefile, Makefile.in, configure, configure.in, config/Makefile.in, config/config.mk, config/rules.mk
Diffstat (limited to 'config/config.mk')
-rw-r--r--config/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/config.mk b/config/config.mk
index 4f7863f2..1985c50b 100644
--- a/config/config.mk
+++ b/config/config.mk
@@ -75,6 +75,10 @@ endif
GARBAGE += $(DEPENDENCIES) core $(wildcard core.[0-9]*)
+ifdef USE_AUTOCONF
+DIST_GARBAGE += Makefile
+endif
+
DEFINES += -DFORCE_PR_LOG
ifeq ($(_PR_NO_CLOCK_TIMER),1)