diff options
author | Guenter Knauf <fuankg@apache.org> | 2012-08-09 14:11:09 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2012-08-09 14:11:09 +0200 |
commit | 7814748ab324b8d7329fb3fcbbd8032fb2dcb6a7 (patch) | |
tree | 8c3c776cc44186ca206591699b08f0dfc8c7012f /support | |
parent | xforms (diff) | |
download | apache2-7814748ab324b8d7329fb3fcbbd8032fb2dcb6a7.tar.xz apache2-7814748ab324b8d7329fb3fcbbd8032fb2dcb6a7.zip |
NetWare build tweaks.
Make more use of internal makefile macros;
axed now obsolete include paths.
Submitted by: normw gknw net.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1371177 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r-- | support/NWGNUab | 2 | ||||
-rw-r--r-- | support/NWGNUfirehose | 2 | ||||
-rw-r--r-- | support/NWGNUhtcacheclean | 2 | ||||
-rw-r--r-- | support/NWGNUlogres | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/support/NWGNUab b/support/NWGNUab index c22b6c16ed..aa10aab42f 100644 --- a/support/NWGNUab +++ b/support/NWGNUab @@ -51,7 +51,7 @@ endif XINCDIRS += \ $(NWOS) \ - $(AP_WORK)/include \ + $(SRC)/include \ $(APR)/include \ $(APRUTIL)/include \ $(APR)/misc/netware \ diff --git a/support/NWGNUfirehose b/support/NWGNUfirehose index 2b81c15505..1ad7a7cf5a 100644 --- a/support/NWGNUfirehose +++ b/support/NWGNUfirehose @@ -20,7 +20,7 @@ XINCDIRS += \ $(APR)/include \ $(APRUTIL)/include \ $(APR)/misc/netware \ - $(AP_WORK)/include \ + $(SRC)/include \ $(EOLIST) # diff --git a/support/NWGNUhtcacheclean b/support/NWGNUhtcacheclean index f81352781d..ffee90b828 100644 --- a/support/NWGNUhtcacheclean +++ b/support/NWGNUhtcacheclean @@ -19,7 +19,7 @@ XINCDIRS += \ $(STDMOD)/cache \ $(APR)/include \ $(APRUTIL)/include \ - $(AP_WORK)/include \ + $(SRC)/include \ $(APR)/misc/netware \ $(NWOS) \ $(EOLIST) diff --git a/support/NWGNUlogres b/support/NWGNUlogres index 33ccfe0e32..a19c20d0aa 100644 --- a/support/NWGNUlogres +++ b/support/NWGNUlogres @@ -17,7 +17,7 @@ endif # XINCDIRS += \ $(NWOS) \ - $(AP_WORK)/include \ + $(SRC)/include \ $(APR)/include \ $(APRUTIL)/include \ $(APR)/misc/netware \ |