summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2001-03-06 00:44:45 +0000
committercls%seawood.org <devnull@localhost>2001-03-06 00:44:45 +0000
commit7f71966e9280209e54a3b56e09fca13b276ec307 (patch)
tree59f4eaa2ec2d7c5bbb70566d5a48412bdd8627c5
parent2283b233fb4a72630de3706a04b24f87b2fecf09 (diff)
downloadnspr-hg-7f71966e9280209e54a3b56e09fca13b276ec307.tar.gz
Fix problem with configure being run because of check_old target.
-rw-r--r--gmakefile.win6
1 files changed, 3 insertions, 3 deletions
diff --git a/gmakefile.win b/gmakefile.win
index d9fb574b..8e1a3fc8 100644
--- a/gmakefile.win
+++ b/gmakefile.win
@@ -54,15 +54,15 @@ all:: build_all
# Furthermore, shmsdos doesn't support '&&' so there's a chance the
# 'cd' could fail and configure would be run in the wrong dir
#
-$(MOZ_OBJDIR)/config.status: check_old configure configure.in
+$(MOZ_OBJDIR)/config.status: configure configure.in
@$(MAKE_OBJDIR)
cd $(MOZ_OBJDIR)/ ; \
sh $(NSPR_CONFIGURE)
-build_all: $(MOZ_OBJDIR)/config.status
+build_all: $(MOZ_OBJDIR)/config.status check_old
gmake -C $(MOZ_OBJDIR)
-clobber_all: $(MOZ_OBJDIR)/config.status
+clobber_all: $(MOZ_OBJDIR)/config.status check_old
gmake -C $(MOZ_OBJDIR) clobber_all
distclean: check_old