summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2004-07-05 01:58:33 +0000
committerGunter Knauf <gk@gknw.de>2004-07-05 01:58:33 +0000
commit7087002c97c5e9f6d0caa474a8d3a86bccb65258 (patch)
tree14ac944563861c5b16f4152454f2111b7f3eb31b
parent865101ac74878dbe9b8be585ec21393187ce0777 (diff)
downloadc-ares-7087002c97c5e9f6d0caa474a8d3a86bccb65258.tar.gz
c-ares-7087002c97c5e9f6d0caa474a8d3a86bccb65258.tar.bz2
c-ares-7087002c97c5e9f6d0caa474a8d3a86bccb65258.zip
try to relax linux build host detection.
-rw-r--r--Makefile.netware2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.netware b/Makefile.netware
index d7d03ef..e530f0c 100644
--- a/Makefile.netware
+++ b/Makefile.netware
@@ -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