зеркало из https://github.com/mozilla/pjs.git
Add a -C lib to the gmake line to prevent nmake from getting
confused.
This commit is contained in:
Родитель
d666dc6539
Коммит
7bd4201c24
|
@ -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%
|
||||
|
|
Загрузка…
Ссылка в новой задаче