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/mappers | |
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/mappers')
-rw-r--r-- | modules/mappers/NWGNUactions | 6 | ||||
-rw-r--r-- | modules/mappers/NWGNUimagemap | 8 | ||||
-rw-r--r-- | modules/mappers/NWGNUrewrite | 8 | ||||
-rw-r--r-- | modules/mappers/NWGNUspeling | 6 | ||||
-rw-r--r-- | modules/mappers/NWGNUuserdir | 8 | ||||
-rw-r--r-- | modules/mappers/NWGNUvhost | 7 |
6 files changed, 16 insertions, 27 deletions
diff --git a/modules/mappers/NWGNUactions b/modules/mappers/NWGNUactions index 0429f7809d..04c8fd33a1 100644 --- a/modules/mappers/NWGNUactions +++ b/modules/mappers/NWGNUactions @@ -16,12 +16,10 @@ endif # 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/mappers/NWGNUimagemap b/modules/mappers/NWGNUimagemap index a5e7f37c00..fa511589a0 100644 --- a/modules/mappers/NWGNUimagemap +++ b/modules/mappers/NWGNUimagemap @@ -16,13 +16,11 @@ endif # INCDIRS # XINCDIRS += \ - $(AP_WORK)/include \ - $(NWOS) \ - $(AP_WORK)/modules/arch/netware \ - $(AP_WORK)/modules/http \ $(APR)/include \ $(APRUTIL)/include \ - $(APR) \ + $(AP_WORK)/include \ + $(AP_WORK)/modules/http \ + $(NWOS) \ $(EOLIST) # diff --git a/modules/mappers/NWGNUrewrite b/modules/mappers/NWGNUrewrite index f03d00537e..ae91a2d588 100644 --- a/modules/mappers/NWGNUrewrite +++ b/modules/mappers/NWGNUrewrite @@ -16,14 +16,12 @@ endif # INCDIRS # XINCDIRS += \ + $(APR)/include \ + $(APRUTIL)/include \ $(AP_WORK)/include \ - $(NWOS) \ - $(AP_WORK)/modules/arch/netware \ $(AP_WORK)/modules/database \ $(AP_WORK)/modules/ssl \ - $(APR)/include \ - $(APRUTIL)/include \ - $(APR) \ + $(NWOS) \ $(EOLIST) # diff --git a/modules/mappers/NWGNUspeling b/modules/mappers/NWGNUspeling index 57ca91f08f..550def1a8f 100644 --- a/modules/mappers/NWGNUspeling +++ b/modules/mappers/NWGNUspeling @@ -16,12 +16,10 @@ endif # 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/mappers/NWGNUuserdir b/modules/mappers/NWGNUuserdir index 269722bf83..7b230180d5 100644 --- a/modules/mappers/NWGNUuserdir +++ b/modules/mappers/NWGNUuserdir @@ -16,13 +16,11 @@ endif # INCDIRS # XINCDIRS += \ - $(AP_WORK)/include \ - $(NWOS) \ - $(AP_WORK)/modules/arch/netware \ - $(AP_WORK)/modules/http \ $(APR)/include \ $(APRUTIL)/include \ - $(APR) \ + $(AP_WORK)/include \ + $(AP_WORK)/modules/http \ + $(NWOS) \ $(EOLIST) # diff --git a/modules/mappers/NWGNUvhost b/modules/mappers/NWGNUvhost index 886bd1d372..65ea2c188f 100644 --- a/modules/mappers/NWGNUvhost +++ b/modules/mappers/NWGNUvhost @@ -16,12 +16,11 @@ endif # INCDIRS # XINCDIRS += \ - $(AP_WORK)/include \ - $(NWOS) \ - $(AP_WORK)/modules/arch/netware \ $(APR)/include \ $(APRUTIL)/include \ - $(APR) \ + $(AP_WORK)/include \ + $(AP_WORK)/modules/http \ + $(NWOS) \ $(EOLIST) # |