]> granicus.if.org Git - curl/commitdiff
try to relax linux build host detection.
authorGunter Knauf <gk@gknw.de>
Mon, 5 Jul 2004 01:58:33 +0000 (01:58 +0000)
committerGunter Knauf <gk@gknw.de>
Mon, 5 Jul 2004 01:58:33 +0000 (01:58 +0000)
ares/Makefile.netware
lib/Makefile.netware
src/Makefile.netware

index d7d03efe6d3666e9ea2bc4bfd903bfc07701641c..e530f0c050ce728c02e51d50fd29bc14c961cb0e 100644 (file)
@@ -132,7 +132,7 @@ ifdef XDCOPT
        XDCDATA = $(OBJDIR)/$(TARGET).xdc
 endif
 
-ifeq ($(OSTYPE),linux)
+ifeq ($(findstring linux,$(OSTYPE)),linux)
 DL     = '
 #-include $(NDKBASE)/nlmconv/ncpfs.inc
 endif
index e0c763ab1c4cbb60f77ad07e10bc94c1f81a731c..57920a0c75782ad948a71c948df3ef707c548015 100644 (file)
@@ -150,7 +150,7 @@ ifdef XDCOPT
        XDCDATA = $(OBJDIR)/$(TARGET).xdc
 endif
 
-ifeq ($(OSTYPE),linux)
+ifeq ($(findstring linux,$(OSTYPE)),linux)
 DL     = '
 #-include $(NDKBASE)/nlmconv/ncpfs.inc
 endif
index 6241a4e184faa59360c7eabc527f70356d4473f4..a79500e3bb0de3f3c4ab67eff03e182aad9eebc4 100644 (file)
@@ -140,7 +140,7 @@ ifdef XDCOPT
        XDCDATA = $(OBJDIR)/$(TARGET).xdc
 endif
 
-ifeq ($(OSTYPE),linux)
+ifeq ($(findstring linux,$(OSTYPE)),linux)
 DL     = '
 #-include $(NDKBASE)/nlmconv/ncpfs.inc
 endif