From edf578a6c9732b11bbaf9d673f50aa2bc1bc804e Mon Sep 17 00:00:00 2001 From: "ddrinan%netscape.com" Date: Fri, 8 Sep 2000 21:32:04 +0000 Subject: [PATCH] Build NSPR as part of PSM build git-svn-id: svn://10.0.0.236/trunk@78520 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/psm/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/mozilla/security/psm/Makefile b/mozilla/security/psm/Makefile index f21d5a1f00c..f1dc14c1338 100755 --- a/mozilla/security/psm/Makefile +++ b/mozilla/security/psm/Makefile @@ -73,12 +73,9 @@ include $(CORE_DEPTH)/coreconf/rules.mk ####################################################################### psm_RelEng_srvr_bld: -ifeq ($(OS_ARCH), SunOS) -ifeq ($(OS_RELEASE), 5.5.1) - cd ../nss; gmake import IMPORTS=nspr20/v4.0-sol251-20000504 RELEASE_TREE=/h/tortoise/export/share/builds/components -endif -endif - cd ../nss; gmake nss_RelEng_bld + cd ../../nsprpub; gmake + cd ../nss; gmake import IMPORTS=dbm/DBM_1_54 + cd ../nss; gmake ifeq ($(OS_ARCH), WINNT) gmake import IMPORTS=nlslayer/m16 else