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
Родитель d002ccd123
Коммит d1f142c6a1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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