summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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%