diff options
author | Gunter Knauf <gk@gknw.de> | 2004-07-05 01:58:33 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2004-07-05 01:58:33 +0000 |
commit | dba40b35f29500e47e36e00d999d96bc781f4cf5 (patch) | |
tree | f42cea26e1a24363fdd65bab234113f373cbe135 /lib/Makefile.netware | |
parent | e9d95f1a254af9f73cfdf0bc0b47864bfa217f14 (diff) |
try to relax linux build host detection.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r-- | lib/Makefile.netware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index e0c763ab1..57920a0c7 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -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 |