summaryrefslogtreecommitdiff
path: root/test/NWGNUmakefile
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2007-01-31 23:52:30 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2007-01-31 23:52:30 +0000
commite212bffe8b0eaa097c772a293218cc1a6d9bfd84 (patch)
tree447063323aa4bbd58967bf1cc99f70b92bf0dfe0 /test/NWGNUmakefile
parent0017c5c0ac02a92df8ac7c779a9700d6f877753b (diff)
downloadlibapr-util-e212bffe8b0eaa097c772a293218cc1a6d9bfd84.tar.gz
Implement a BASEDIR build environment variable to allow the NetWare build to relocate the install files
Submitted by: Guenter Knauf <fuankg apache org> git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@502049 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/NWGNUmakefile')
-rw-r--r--test/NWGNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/NWGNUmakefile b/test/NWGNUmakefile
index e0bb2d5b..c4fa07ae 100644
--- a/test/NWGNUmakefile
+++ b/test/NWGNUmakefile
@@ -243,7 +243,7 @@ nlms :: libs $(TARGET_nlm)
# correct place. (See $(APR_WORK)\build\NWGNUhead.inc for examples)
#
install :: nlms FORCE
- copy $(OBJDIR)\*.nlm $(INSTALL)\Apache2
+ copy $(OBJDIR)\*.nlm $(INSTALLBASE)
#
# Any specialized rules here