]> granicus.if.org Git - curl/commitdiff
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 34368c1c18e7c876c90100f2a4ca3d3198cde8c4..9b105bb05e412e10cef4550f7a05814a5b28f4ff 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 56a35852aa7e758e32a5ffb4773dc1cd3712936d..b47eb68e6e8542bfe163f8b576ab6890eac0d83b 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    = %