summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjavi%netscape.com <devnull@localhost>2001-03-01 22:49:52 +0000
committerjavi%netscape.com <devnull@localhost>2001-03-01 22:49:52 +0000
commit5ba9e2539c5f6c191b14e38bc64411ec06f79828 (patch)
tree4980c9416c1e9317a696df40e4903c9b497f9aa2
parent17a3613b2baa671ec1a77025c1a6a38efcc9ea47 (diff)
downloadnss-hg-NSS_3_1_BRANCH.tar.gz
Add -C line gmake line to avoid having nmake get confused.NSS_3_1_BRANCH
-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%