changed NetWare makefiles to rely on SHELL rather than OSTYPE since we can have a...
authorGunter Knauf <gk@gknw.de>
Mon, 7 Sep 2009 19:34:03 +0000 (19:34 +0000)
committerGunter Knauf <gk@gknw.de>
Mon, 7 Sep 2009 19:34:03 +0000 (19:34 +0000)
lib/Makefile.netware
src/Makefile.netware

index 34368c1..9b105bb 100644 (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    = %
index 56a3585..b47eb68 100644 (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    = %