fixing the makefile to build without having set WINOS explicitly

This commit is contained in:
ssu%netscape.com 2000-04-26 22:47:45 +00:00
parent c5cebe0547
commit cb16ec0aa3

View File

@ -22,8 +22,10 @@
DEPTH=..\..\..
include <$(DEPTH)\config\config.mak>
DIRS=$(DIRS) nsinstall \
!if "$(OS_TARGET)"=="WINNT" || "$(WINOS)"=="WINNT"
!if "$(WINOS)"=="WINNT"
nsztool \
!endif
setup \