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 d7d03ef..e530f0c 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 e0c763a..57920a0 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 6241a4e..a79500e 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