summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-05-10 05:06:16 +0000
committerwtc%netscape.com <devnull@localhost>2000-05-10 05:06:16 +0000
commitd57ef330174f6a37ed07052cd175d2e6378379b3 (patch)
tree576c7c91d8e255aeea1697b55f1bb836fbd260e0
parentb03a987839f18ecf46765eac569fb386c0c7e10e (diff)
downloadnspr-hg-d57ef330174f6a37ed07052cd175d2e6378379b3.tar.gz
Moved stuff around so that this file is exactly the same as the version
on the main trunk. (NSPRPUB_CLIENT_BRANCH)
-rw-r--r--config/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.mk b/config/config.mk
index 421d524a..1985c50b 100644
--- a/config/config.mk
+++ b/config/config.mk
@@ -73,12 +73,12 @@ ifdef BUILD_DEBUG_GC
DEFINES += -DDEBUG_GC
endif
+GARBAGE += $(DEPENDENCIES) core $(wildcard core.[0-9]*)
+
ifdef USE_AUTOCONF
DIST_GARBAGE += Makefile
endif
-GARBAGE += $(DEPENDENCIES) core $(wildcard core.[0-9]*)
-
DEFINES += -DFORCE_PR_LOG
ifeq ($(_PR_NO_CLOCK_TIMER),1)