diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2004-02-04 17:43:29 +0000 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2004-02-04 17:43:29 +0000 |
commit | e0af4588ef0451f2fcf70da9548504294e006860 (patch) | |
tree | c2a58eb0c7589e6f13c1c2df5a8ec889d3639d1b | |
parent | f5611d7e7d898b955100646a5e60abe4f99b2442 (diff) | |
download | httpd-e0af4588ef0451f2fcf70da9548504294e006860.tar.gz |
Clean up a few minor issues with the NetWare make file
Submitted by: "NormW" <normw@bocnet.com.au>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102502 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | srclib/pcre/NWGNUmakefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/srclib/pcre/NWGNUmakefile b/srclib/pcre/NWGNUmakefile index ae0eb03374..e87a5effe7 100644 --- a/srclib/pcre/NWGNUmakefile +++ b/srclib/pcre/NWGNUmakefile @@ -1,4 +1,5 @@ # +# NWGNUmakefile for DfTables.nlm (Apache2) # Declare the sub-directories to be built here # @@ -35,9 +36,8 @@ $(PCRE)/%.h: $(subst /,\,$(PCRE))\%.hw # INCDIRS # XINCDIRS += \ - $(APR)/pcre \ $(AP_WORK)/os/netware \ - $(APR)/include/arch/netware \ + $(APR_WORK)/include/arch/netware \ $(EOLIST) # @@ -156,7 +156,7 @@ NLM_FLAGS = PSEUDOPREEMPTION # # If this is specified it will be linked in with the XDCData option in the def -# file instead of the default of $(APR)/misc/netware/apache.xdc. XDCData can +# file instead of the default of $(APR)/misc/netware/apr.xdc. XDCData can # be disabled by setting APACHE_UNIPROC in the environment # XDCDATA = @@ -264,3 +264,4 @@ install :: nlms FORCE include $(APR_WORK)\build\NWGNUtail.inc +# End of NWGNUmakefile for DfTables.nlm (Apache2) |