r=cls, a=brendan
OS/2 bring up - fix some various build problems relating to nsinstall and SHELL
This commit is contained in:
mkaply%us.ibm.com 2000-06-21 00:16:45 +00:00
Родитель f6ad54ec60
Коммит 2cefa78d8d
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -273,9 +273,6 @@ XPIDL_LINK = $(DIST)/bin/xpt_link$(BIN_SUFFIX)
endif
ifeq ($(OS_ARCH),OS2)
SHELL = gbash.exe
NSINSTALL = nsinstall
INSTALL = $(NSINSTALL)
PATH_SEPARATOR := \;
else
PATH_SEPARATOR := :
@ -446,7 +443,7 @@ endif
GARBAGE += $(DEPENDENCIES) $(MKDEPENDENCIES) $(MKDEPENDENCIES).bak core $(wildcard core.[0-9]*) $(wildcard *.err) $(wildcard *.pure) $(wildcard *_pure_*.o) Templates.DB
ifneq (,$(filter-out OS2 WINNT, $(OS_ARCH)))
ifneq (,$(filter-out WINNT, $(OS_ARCH)))
ifdef CROSS_COMPILE
NSINSTALL = $(CONFIG_TOOLS)/host_nsinstall
else