summaryrefslogtreecommitdiff
path: root/dbm/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-06 20:13:35 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-06 20:13:35 +0000
commitb5bb3816a61001a32b15b4f01c51780ccc9877da (patch)
tree93494832caa538866668322a14204271cf97ae6e /dbm/NWGNUmakefile
parent72d4d5cb4e906f30501128cc711e7ef26c29a6e9 (diff)
downloadapr-b5bb3816a61001a32b15b4f01c51780ccc9877da.tar.gz
NetWare build overhaul in order to compile on Linux.
Part 4. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1078559 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dbm/NWGNUmakefile')
-rw-r--r--dbm/NWGNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbm/NWGNUmakefile b/dbm/NWGNUmakefile
index db36d5cf3..228a45d11 100644
--- a/dbm/NWGNUmakefile
+++ b/dbm/NWGNUmakefile
@@ -235,7 +235,7 @@ nlms :: libs $(TARGET_nlm)
# correct place. (See $(APR_WORK)/build/NWGNUhead.inc for examples)
#
install :: nlms $(INSTDIRS) FORCE
- copy $(OBJDIR)\*.nlm $(INSTALLBASE)
+ $(call COPY,$(OBJDIR)/*.nlm,$(INSTALLBASE)/)
#
# Any specialized rules here
@@ -246,6 +246,6 @@ install :: nlms $(INSTDIRS) FORCE
# in this makefile
#
-include $(APR_WORK)/build/NWGNUtail.inc
+include $(APRBUILD)/NWGNUtail.inc