summaryrefslogtreecommitdiff
path: root/modules/debugging
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-08 18:59:02 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-08 18:59:02 +0000
commite8a8becc0f8ad93dc30ecabfe33be1e1abf04cd9 (patch)
tree94758c850fcc5edd2c4eec1f37928a67e75984d9 /modules/debugging
parent410da19e0dee2676eecf4f7f3b874ee8e9a049b9 (diff)
downloadhttpd-e8a8becc0f8ad93dc30ecabfe33be1e1abf04cd9.tar.gz
NetWare build overhaul in order to compile on Linux.
Removed absolute paths to imp files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079487 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/debugging')
-rw-r--r--modules/debugging/NWGNUmodbucketeer4
-rw-r--r--modules/debugging/NWGNUmoddumpio4
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/debugging/NWGNUmodbucketeer b/modules/debugging/NWGNUmodbucketeer
index 8fde3f7136..4441a3b97b 100644
--- a/modules/debugging/NWGNUmodbucketeer
+++ b/modules/debugging/NWGNUmodbucketeer
@@ -201,8 +201,8 @@ FILE_nlm_copyright =
# Any additional imports go here
#
FILES_nlm_Ximports = \
- @$(APR)/aprlib.imp \
- @$(NWOS)/httpd.imp \
+ @aprlib.imp \
+ @httpd.imp \
@libc.imp \
$(EOLIST)
diff --git a/modules/debugging/NWGNUmoddumpio b/modules/debugging/NWGNUmoddumpio
index cb68a64a58..d2c281c785 100644
--- a/modules/debugging/NWGNUmoddumpio
+++ b/modules/debugging/NWGNUmoddumpio
@@ -201,8 +201,8 @@ FILE_nlm_copyright =
# Any additional imports go here
#
FILES_nlm_Ximports = \
- @$(APR)/aprlib.imp \
- @$(NWOS)/httpd.imp \
+ @aprlib.imp \
+ @httpd.imp \
@libc.imp \
$(EOLIST)