diff options
author | Guenter Knauf <fuankg@apache.org> | 2010-07-23 01:38:58 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2010-07-23 01:38:58 +0200 |
commit | 5e8988e256df6953f328ff963a4c520160471e92 (patch) | |
tree | bf3e1c4475bc40aae97dc74ef38c03f881c7b66b /modules/examples | |
parent | Use temp_pool not pool for a string that's a temp (diff) | |
download | apache2-5e8988e256df6953f328ff963a4c520160471e92.tar.xz apache2-5e8988e256df6953f328ff963a4c520160471e92.zip |
Removed obsolete include paths from NetWare makefiles.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@966904 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/examples')
-rw-r--r-- | modules/examples/NWGNUcase_flt | 6 | ||||
-rw-r--r-- | modules/examples/NWGNUcase_flt_in | 6 | ||||
-rw-r--r-- | modules/examples/NWGNUexample_hooks | 8 | ||||
-rw-r--r-- | modules/examples/NWGNUexample_ipc | 8 |
4 files changed, 10 insertions, 18 deletions
diff --git a/modules/examples/NWGNUcase_flt b/modules/examples/NWGNUcase_flt index f696b86369..18f55f3dc0 100644 --- a/modules/examples/NWGNUcase_flt +++ b/modules/examples/NWGNUcase_flt @@ -24,12 +24,10 @@ include $(AP_WORK)\build\NWGNUhead.inc # INCDIRS # XINCDIRS += \ - $(AP_WORK)/include \ - $(NWOS) \ - $(AP_WORK)/modules/arch/netware \ $(APR)/include \ $(APRUTIL)/include \ - $(APR) \ + $(AP_WORK)/include \ + $(NWOS) \ $(EOLIST) # diff --git a/modules/examples/NWGNUcase_flt_in b/modules/examples/NWGNUcase_flt_in index d9ec3113a6..fedecb769f 100644 --- a/modules/examples/NWGNUcase_flt_in +++ b/modules/examples/NWGNUcase_flt_in @@ -24,12 +24,10 @@ include $(AP_WORK)\build\NWGNUhead.inc # INCDIRS # XINCDIRS += \ - $(AP_WORK)/include \ - $(NWOS) \ - $(AP_WORK)/modules/arch/netware \ $(APR)/include \ $(APRUTIL)/include \ - $(APR) \ + $(AP_WORK)/include \ + $(NWOS) \ $(EOLIST) # diff --git a/modules/examples/NWGNUexample_hooks b/modules/examples/NWGNUexample_hooks index 007bde676f..522ee88766 100644 --- a/modules/examples/NWGNUexample_hooks +++ b/modules/examples/NWGNUexample_hooks @@ -24,13 +24,11 @@ include $(AP_WORK)\build\NWGNUhead.inc # INCDIRS # XINCDIRS += \ - $(AP_WORK)/include \ - $(NWOS) \ - $(AP_WORK)/modules/arch/netware \ - $(AP_WORK)/server/mpm/netware \ $(APR)/include \ $(APRUTIL)/include \ - $(APR) \ + $(AP_WORK)/include \ + $(AP_WORK)/server/mpm/netware \ + $(NWOS) \ $(EOLIST) # diff --git a/modules/examples/NWGNUexample_ipc b/modules/examples/NWGNUexample_ipc index 5749439a01..7a9dc25756 100644 --- a/modules/examples/NWGNUexample_ipc +++ b/modules/examples/NWGNUexample_ipc @@ -24,13 +24,11 @@ include $(AP_WORK)\build\NWGNUhead.inc # INCDIRS # XINCDIRS += \ - $(AP_WORK)/include \ - $(NWOS) \ - $(AP_WORK)/modules/arch/netware \ - $(AP_WORK)/server/mpm/netware \ $(APR)/include \ $(APRUTIL)/include \ - $(APR) \ + $(AP_WORK)/include \ + $(AP_WORK)/server/mpm/netware \ + $(NWOS) \ $(EOLIST) # |