aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.netware
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2009-09-07 19:34:03 +0000
committerGunter Knauf <gk@gknw.de>2009-09-07 19:34:03 +0000
commit3c199daa95032b02cf320dcab16777f974b8821e (patch)
tree2966b025fa01779d06e74a40d8ddfef7b3b3a714 /src/Makefile.netware
parent4dd33ac575d0b8837085fab119884d5dad8b3df2 (diff)
changed NetWare makefiles to rely on SHELL rather than OSTYPE since we can have a sh-like shell also on Windows (MSYS, Cygwin).
Diffstat (limited to 'src/Makefile.netware')
-rw-r--r--src/Makefile.netware2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware
index 56a35852a..b47eb68e6 100644
--- a/src/Makefile.netware
+++ b/src/Makefile.netware
@@ -215,7 +215,7 @@ ifdef XDCOPT
XDCDATA = $(OBJDIR)/$(TARGET).xdc
endif
-ifeq ($(findstring linux,$(OSTYPE)),linux)
+ifeq ($(findstring /sh,$(SHELL)),/sh)
DL = '
DS = /
PCT = %