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
commit55b5aada962532161402e82ba380e57f7e3bf854 (patch)
treee7e8980fb8d3392fc30e4803c5c9b0d22dc3aef3
parent17bc257c4da9e98d8c3ddf12e6bb470bea4f9b64 (diff)
downloadlibapr-util-55b5aada962532161402e82ba380e57f7e3bf854.tar.gz
Fix NetWare build for dbm.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.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