From dba40b35f29500e47e36e00d999d96bc781f4cf5 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. --- src/Makefile.netware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.netware b/src/Makefile.netware index 6241a4e18..a79500e3b 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -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 -- cgit v1.2.3