From: Gunter Knauf Date: Mon, 7 Sep 2009 19:34:03 +0000 (+0000) Subject: changed NetWare makefiles to rely on SHELL rather than OSTYPE since we can have a... X-Git-Tag: curl-7_19_7~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c199daa95032b02cf320dcab16777f974b8821e;p=curl changed NetWare makefiles to rely on SHELL rather than OSTYPE since we can have a sh-like shell also on Windows (MSYS, Cygwin). --- diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 34368c1c1..9b105bb05 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -218,7 +218,7 @@ ifdef XDCOPT XDCDATA = $(OBJDIR)/$(TARGET).xdc endif -ifeq ($(findstring linux,$(OSTYPE)),linux) +ifeq ($(findstring /sh,$(SHELL)),/sh) DL = ' DS = / PCT = % 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 = %