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
commite3533f34e6a615d434933a57118369d4406d4107 (patch)
treeee71c696db3f748f5e50da744ea85b42196bb2bd
parent1c390c22595f26df58ecfa0985ad2b4dfd801c47 (diff)
downloadlibapr-util-1.3.x.tar.gz
Fix NetWare build for dbm.1.3.x
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/branches/1.3.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