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
This commit is contained in:
cls%seawood.org 1998-10-02 04:08:00 +00:00
parent 403be84b54
commit 768e5cabcf

View File

@ -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; \