r=cls
OS/2 only - put call to grab nsinstall from toolsdir back
Happy Mr. Pedemonte?
This commit is contained in:
mkaply%us.ibm.com 2002-11-20 14:17:23 +00:00
parent b9a7151515
commit 77a54c2125

View File

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