summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2014-03-20 23:52:02 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2014-03-20 23:52:02 +0000
commit7b914c09e9c337d64e76ebd8bcdfe02183921470 (patch)
treea3cc47b414c6792de20531f0760d317f4031e434
parentf017d40293e8fd8a150a9e1841bc8313a27a6507 (diff)
downloadlibapr-util-7b914c09e9c337d64e76ebd8bcdfe02183921470.tar.gz
Fix NetWare build for dbm.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.4.x@1579836 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--dbm/NWGNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbm/NWGNUmakefile b/dbm/NWGNUmakefile
index 9307b845..7e610fec 100644
--- a/dbm/NWGNUmakefile
+++ b/dbm/NWGNUmakefile
@@ -235,7 +235,7 @@ nlms :: libs $(TARGET_nlm)
# correct place. (See $(AP_WORK)\build\NWGNUhead.inc for examples)
#
install :: nlms $(INSTDIRS) FORCE
- copy $(OBJDIR)\*.nlm $(INSTALLBASE)
+ $(call COPY,$(OBJDIR)/*.nlm,$(INSTALLBASE))
#
# Any specialized rules here