From: Bradley Nicholes Date: Wed, 4 Feb 2004 17:48:33 +0000 (+0000) Subject: Clean up a few minor issues with the NetWare make file X-Git-Tag: 2.0.49~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19d36c8877efbf4d87143166c41065d856d5cae2;p=thirdparty%2Fapache%2Fhttpd.git Clean up a few minor issues with the NetWare make file Submitted by: "NormW" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102503 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/srclib/pcre/NWGNUmakefile b/srclib/pcre/NWGNUmakefile index ae0eb033744..e87a5effe7c 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)