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/debugging/NWGNUmodbucketeer | |
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/debugging/NWGNUmodbucketeer')
-rw-r--r-- | modules/debugging/NWGNUmodbucketeer | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/modules/debugging/NWGNUmodbucketeer b/modules/debugging/NWGNUmodbucketeer index 8c5415e8a8..8dd4ce8d87 100644 --- a/modules/debugging/NWGNUmodbucketeer +++ b/modules/debugging/NWGNUmodbucketeer @@ -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) # |