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)
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