From e04ff6bd52b71894002d389faf4813aefae5ed1d Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Thu, 2 Dec 2004 21:55:19 +0000 Subject: Allow APR-UTIL to exist and build outside of the httpd/srclib file structure git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@109561 13f79535-47bb-0310-9956-ffa450edef68 --- NWGNUmakefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'NWGNUmakefile') diff --git a/NWGNUmakefile b/NWGNUmakefile index 61df78158..eed1d5d5b 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -4,7 +4,7 @@ SUBDIRS = \ build \ - ..\apr-util \ + $(APU_WORK) \ $(EOLIST) # @@ -26,11 +26,11 @@ include $(APR_WORK)\build\NWGNUhead.inc # INCDIRS # XINCDIRS += \ - $(APR_WORK)/include \ - $(APR_WORK)/include/arch/NetWare \ - $(APR_WORK)/include/arch/unix \ - $(APR_WORK)/memory/unix \ - $(APR_WORK)/random/unix \ + $(APR)/include \ + $(APR)/include/arch/NetWare \ + $(APR)/include/arch/unix \ + $(APR)/memory/unix \ + $(APR)/random/unix \ $(APRUTIL)/xml \ $(EOLIST) -- cgit v1.2.1