From 768e5cabcfe47dfcf012fa64dccfc49fed38a2c9 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Fri, 2 Oct 1998 04:08:00 +0000 Subject: [PATCH] Made tweak_nspr: an empty target for autoconf as $(MKDEPEND) requires it now. git-svn-id: svn://10.0.0.236/trunk@11748 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/config/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/config/rules.mk b/mozilla/config/rules.mk index e27a19e41c0..96071ca2e3c 100644 --- a/mozilla/config/rules.mk +++ b/mozilla/config/rules.mk @@ -258,7 +258,6 @@ endif all:: export libs install -ifndef USE_AUTOCONF # # Maybe this should be done in config/Makefile so it only happens once...? # @@ -270,6 +269,7 @@ TARGETS += tweak_nspr # Since the NSPR folks won't help, we'll fix things the sneaky way. # tweak_nspr: +ifndef USE_AUTOCONF @(cd $(DEPTH)/nsprpub/config; \ if test -f UNIX.mk.orig; then rm -f UNIX.mk; mv UNIX.mk.orig UNIX.mk; else true; fi; \ mv UNIX.mk UNIX.mk.orig; \