try to relax linux build host detection.

pull/1/head
Gunter Knauf 21 years ago
parent 865101ac74
commit 7087002c97
  1. 2
      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

Loading…
Cancel
Save