commit | cde6e73f89dce0697dce12f30da222e35273962f | [log] [tgz] |
---|---|---|
author | Guenter Knauf <fuankg@apache.org> | Thu Mar 20 23:52:02 2014 +0000 |
committer | Guenter Knauf <fuankg@apache.org> | Thu Mar 20 23:52:02 2014 +0000 |
tree | e7e8980fb8d3392fc30e4803c5c9b0d22dc3aef3 | |
parent | b47c40e1a7073d5e62edaef64ebbe9cb26f71fd1 [diff] |
Fix NetWare build for dbm. git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x@1579836 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dbm/NWGNUmakefile b/dbm/NWGNUmakefile index 9307b84..7e610fe 100644 --- a/dbm/NWGNUmakefile +++ b/dbm/NWGNUmakefile
@@ -235,7 +235,7 @@ # 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