aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.netware5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.netware b/src/Makefile.netware
index 315bb0dbb..e9e2de36e 100644
--- a/src/Makefile.netware
+++ b/src/Makefile.netware
@@ -23,7 +23,7 @@ OPENSSL_PATH = ../../openssl-0.9.8
endif
ifndef INSTDIR
-INSTDIR = ../curl-$(LIBCURL_VERSION_STR)-bin-nw
+INSTDIR = ..$(DS)curl-$(LIBCURL_VERSION_STR)-bin-nw
endif
# Edit the vars below to change NLM target settings.
@@ -144,7 +144,10 @@ endif
ifeq ($(findstring linux,$(OSTYPE)),linux)
DL = '
+DS = /
#-include $(NDKBASE)/nlmconv/ncpfs.inc
+else
+DS = \\
endif
# Makefile.inc provides the CSOURCES and HHEADERS defines