Added ifndef LOSE_NSPR around NSPR build kludge for testers.

git-svn-id: svn://10.0.0.236/trunk@11758 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org 1998-10-02 08:50:32 +00:00
parent d22c29162f
commit 18fd148303

View File

@ -66,7 +66,8 @@ endif
include $(topsrcdir)/config/rules.mk
export:: envirocheck $(OBJS)
ifndef LOSE_NSPR
export:: envirocheck
$(MAKE) $(NSPR_MAKE_ARGS)
libs::
@ -87,6 +88,8 @@ clobber::
clobber_all::
$(MAKE) $(NSPR_MAKE_ARGS)
endif
# Running this rule assembles all the SDK source pieces into dist/sdk.
# You'll need to run this rule on every platform to get all the
# binaries (e.g. javah) copied there. You'll also have to do special