diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2004-12-02 23:00:05 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2004-12-02 23:00:05 +0100 |
commit | 4433699079f2956b927247b90873519d7511234c (patch) | |
tree | 19ff7c5e22202e14bd844abb840280f46259d1d1 /build/NWGNUmakefile | |
parent | worker MPM: Fix a problem which could cause httpd processes to (diff) | |
download | apache2-4433699079f2956b927247b90873519d7511234c.tar.xz apache2-4433699079f2956b927247b90873519d7511234c.zip |
Allow APR-UTIL to exist and build outside of the httpd/srclib file structure
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109566 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUmakefile')
-rw-r--r-- | build/NWGNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/NWGNUmakefile b/build/NWGNUmakefile index 72dd90f659..a9205c2ec4 100644 --- a/build/NWGNUmakefile +++ b/build/NWGNUmakefile @@ -46,7 +46,7 @@ cc.opt : NWGNUmakefile $(AP_WORK)\build\NWGNUenvironment.inc $(AP_WORK)\build\NW @echo -I..\modules\aaa >> $@ @echo -I..\os\netware >> $@ @echo -I..\server\mpm\netware >> $@ - @echo -I$(APR_WORK)\include >> $@ + @echo -I$(APR)\include >> $@ @echo -I$(APRUTIL)\include >> $@ @echo -ir $(NOVELLLIBC) >> $@ |