From 7bd4201c24239466dbc318e3d42505103d147b5a Mon Sep 17 00:00:00 2001 From: "javi%netscape.com" Date: Thu, 1 Mar 2001 22:54:10 +0000 Subject: [PATCH] Add a -C lib to the gmake line to prevent nmake from getting confused. --- security/nss/makefile.win | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/security/nss/makefile.win b/security/nss/makefile.win index f78304c105b..5d61ad4fa21 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%