changed NetWare makefiles to rely on SHELL rather than OSTYPE since we can have a sh-like shell also on Windows (MSYS, Cygwin).

This commit is contained in:
Gunter Knauf 2009-09-07 19:34:03 +00:00
parent 4dd33ac575
commit 3c199daa95
2 changed files with 2 additions and 2 deletions

View File

@ -218,7 +218,7 @@ ifdef XDCOPT
XDCDATA = $(OBJDIR)/$(TARGET).xdc
endif
ifeq ($(findstring linux,$(OSTYPE)),linux)
ifeq ($(findstring /sh,$(SHELL)),/sh)
DL = '
DS = /
PCT = %

View File

@ -215,7 +215,7 @@ ifdef XDCOPT
XDCDATA = $(OBJDIR)/$(TARGET).xdc
endif
ifeq ($(findstring linux,$(OSTYPE)),linux)
ifeq ($(findstring /sh,$(SHELL)),/sh)
DL = '
DS = /
PCT = %