summaryrefslogtreecommitdiff
path: root/dbd
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-06-28 23:15:11 +0000
committerGuenter Knauf <fuankg@apache.org>2009-06-28 23:15:11 +0000
commit4143a101691464831d0d467f1fb01105b8c6d1a2 (patch)
tree3d82f7730190666a85a8f71a44b1a6f6c38f8b1e /dbd
parent04552e1dc10a7c89a4053ecebabf6d75d39fa624 (diff)
downloadapr-4143a101691464831d0d467f1fb01105b8c6d1a2.tar.gz
more NetWare build tweaks.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@789172 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dbd')
-rw-r--r--dbd/NWGNUdbdfreetds2
-rw-r--r--dbd/NWGNUdbdmysql2
-rw-r--r--dbd/NWGNUdbdpgsql2
-rw-r--r--dbd/NWGNUdbdsqli22
-rw-r--r--dbd/NWGNUdbdsqli36
-rw-r--r--dbd/NWGNUmakefile6
6 files changed, 10 insertions, 10 deletions
diff --git a/dbd/NWGNUdbdfreetds b/dbd/NWGNUdbdfreetds
index 35f36bbe0..49bed63ee 100644
--- a/dbd/NWGNUdbdfreetds
+++ b/dbd/NWGNUdbdfreetds
@@ -176,7 +176,7 @@ XDCDATA =
# If there is an NLM target, put it here
#
TARGET_nlm = \
- $(OBJDIR)\$(NLM_NAME).nlm \
+ $(OBJDIR)/$(NLM_NAME).nlm \
$(EOLIST)
#
diff --git a/dbd/NWGNUdbdmysql b/dbd/NWGNUdbdmysql
index b5677e43e..e4396785e 100644
--- a/dbd/NWGNUdbdmysql
+++ b/dbd/NWGNUdbdmysql
@@ -177,7 +177,7 @@ XDCDATA =
# If there is an NLM target, put it here
#
TARGET_nlm = \
- $(OBJDIR)\$(NLM_NAME).nlm \
+ $(OBJDIR)/$(NLM_NAME).nlm \
$(EOLIST)
#
diff --git a/dbd/NWGNUdbdpgsql b/dbd/NWGNUdbdpgsql
index b1cbf2c51..455424fad 100644
--- a/dbd/NWGNUdbdpgsql
+++ b/dbd/NWGNUdbdpgsql
@@ -177,7 +177,7 @@ XDCDATA =
# If there is an NLM target, put it here
#
TARGET_nlm = \
- $(OBJDIR)\$(NLM_NAME).nlm \
+ $(OBJDIR)/$(NLM_NAME).nlm \
$(EOLIST)
#
diff --git a/dbd/NWGNUdbdsqli2 b/dbd/NWGNUdbdsqli2
index ef6766254..327754628 100644
--- a/dbd/NWGNUdbdsqli2
+++ b/dbd/NWGNUdbdsqli2
@@ -176,7 +176,7 @@ XDCDATA =
# If there is an NLM target, put it here
#
TARGET_nlm = \
- $(OBJDIR)\$(NLM_NAME).nlm \
+ $(OBJDIR)/$(NLM_NAME).nlm \
$(EOLIST)
#
diff --git a/dbd/NWGNUdbdsqli3 b/dbd/NWGNUdbdsqli3
index 1e3f1ce3c..021f73409 100644
--- a/dbd/NWGNUdbdsqli3
+++ b/dbd/NWGNUdbdsqli3
@@ -135,7 +135,7 @@ NLM_THREAD_NAME = dbdsqli3
#
# If this is specified, it will override VERSION value in
-# $(AP_WORK)\build\NWGNUenvironment.inc
+# $(APR_WORK)/build/NWGNUenvironment.inc
#
NLM_VERSION =
@@ -176,7 +176,7 @@ XDCDATA =
# If there is an NLM target, put it here
#
TARGET_nlm = \
- $(OBJDIR)\$(NLM_NAME).nlm \
+ $(OBJDIR)/$(NLM_NAME).nlm \
$(EOLIST)
#
@@ -277,7 +277,7 @@ nlms :: libs $(TARGET_nlm)
#
# Updated this target to create necessary directories and copy files to the
-# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
+# correct place. (See $(APR_WORK)/build/NWGNUhead.inc for examples)
#
install :: nlms FORCE
diff --git a/dbd/NWGNUmakefile b/dbd/NWGNUmakefile
index 0fe62ee0b..decde31ac 100644
--- a/dbd/NWGNUmakefile
+++ b/dbd/NWGNUmakefile
@@ -111,7 +111,7 @@ NLM_THREAD_NAME =
#
# If this is specified, it will override VERSION value in
-# $(AP_WORK)\build\NWGNUenvironment.inc
+# $(APR_WORK)/build/NWGNUenvironment.inc
#
NLM_VERSION =
@@ -241,10 +241,10 @@ nlms :: libs $(TARGET_nlm)
#
# Updated this target to create necessary directories and copy files to the
-# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
+# correct place. (See $(APR_WORK)/build/NWGNUhead.inc for examples)
#
install :: nlms $(INSTDIRS) FORCE
- copy $(OBJDIR)\*.nlm $(INSTALLBASE)
+ $(CP) $(OBJDIR)\*.nlm $(INSTALLBASE)
#
# Any specialized rules here