Backing out this part of change so Os/2 goes green until we find out why this worked on Javier's machine but not the TB

This commit is contained in:
mkaply%us.ibm.com 2002-10-30 13:21:32 +00:00
parent 96a0019810
commit 66d0cce3e6

View File

@ -764,7 +764,7 @@ ifeq (,$(filter-out WINNT OS2, $(OS_ARCH)))
ifeq ($(OS_ARCH),WINNT)
NSINSTALL = $(CYGWIN_WRAPPER) $(MOZ_TOOLS_DIR)/bin/nsinstall
else
NSINSTALL = $(MOZ_TOOLS_DIR)/nsinstall
NSINSTALL = nsinstall
endif
INSTALL = $(NSINSTALL)
else