]> granicus.if.org Git - apache/commitdiff
Clean up a few minor issues with the NetWare make file
authorBradley Nicholes <bnicholes@apache.org>
Wed, 4 Feb 2004 17:43:29 +0000 (17:43 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 4 Feb 2004 17:43:29 +0000 (17:43 +0000)
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

srclib/pcre/NWGNUmakefile

index ae0eb033744bf7381810486132b2ed5539fd7f74..e87a5effe7c04e68d6613d354f3f9db8780ab752 100644 (file)
@@ -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)