summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2010-10-09 19:12:38 +0000
committerfuankg <fuankg@13f79535-47bb-0310-9956-ffa450edef68>2010-10-09 19:12:38 +0000
commitc1ce12330dc26b3d24db04086178dafe1894bd5a (patch)
tree10bcab4ecba19f322314952df35d0bf6c1a138c3 /build
parent5669f72336636c1bf1f5601d2dd299a528acae0e (diff)
downloadlibapr-c1ce12330dc26b3d24db04086178dafe1894bd5a.tar.gz
Minor NetWare makefile fixes.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1006215 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/NWGNUenvironment.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc
index f58339881..8c0592274 100644
--- a/build/NWGNUenvironment.inc
+++ b/build/NWGNUenvironment.inc
@@ -280,9 +280,9 @@ CHKNOT = $(CMD) if not exist
#
APR = $(APR_WORK)
-APRTEST = $(APR_WORK)/test
+APRTEST = $(APR)/test
APRUTIL = $(APU_WORK)
-APULDAP = $(APU_WORK)/ldap
+APULDAP = $(APRUTIL)/ldap
XML = $(APRUTIL)/xml
#