r=cls
OS/2 only - put call to grab nsinstall from toolsdir back
Happy Mr. Pedemonte?


git-svn-id: svn://10.0.0.236/trunk@134193 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkaply%us.ibm.com 2002-11-20 14:17:23 +00:00
parent 4a18d9ecae
commit e2d97e3db1

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