From 2a94387fc34c0b359959137086a8c96ef29aae1b Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Thu, 18 Aug 2005 16:39:29 +0000 Subject: minor Makefile fixes. --- src/Makefile.netware | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Makefile.netware') 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 -- cgit v1.2.3