From 7087002c97c5e9f6d0caa474a8d3a86bccb65258 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Mon, 5 Jul 2004 01:58:33 +0000 Subject: try to relax linux build host detection. --- Makefile.netware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3