summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjavi%netscape.com <devnull@localhost>2001-03-01 22:54:10 +0000
committerjavi%netscape.com <devnull@localhost>2001-03-01 22:54:10 +0000
commit995c3ba58c6d6976f34cab6643f3dbb31a7c557f (patch)
tree36d91ee52505f870ec55a93ee2d9d42d974d084e
parentd1eeb3111f62541f40aa68a1948d4ba03d183591 (diff)
downloadnss-hg-995c3ba58c6d6976f34cab6643f3dbb31a7c557f.tar.gz
Add a -C lib to the gmake line to prevent nmake from getting
confused.
-rw-r--r--security/nss/makefile.win3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/nss/makefile.win b/security/nss/makefile.win
index f78304c10..5d61ad4fa 100644
--- a/security/nss/makefile.win
+++ b/security/nss/makefile.win
@@ -84,8 +84,7 @@ export libs install clobber clobber_all clean::
set INCLUDE=%WATC_INC%
set LIB=%WATC_LIB%
!endif
- cd lib
- $(GMAKE) $(GMAKE_FLAGS) $@
+ $(GMAKE) -C lib $(GMAKE_FLAGS) $@
!if "$(MOZ_BITS)" == "16"
set PATH=%MSVCPATH%
set INCLUDE=%MSVC_INC%