summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-08 17:17:41 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-08 17:17:41 +0000
commit77fda02c85a4f4d1a07813bdbf1fd1095adca884 (patch)
tree3ac25ec488f7f97c58c210e898f9af4a638831ff /NWGNUmakefile
parent27a593f43a5d25c90df12076c43460f4d8378e02 (diff)
downloadhttpd-77fda02c85a4f4d1a07813bdbf1fd1095adca884.tar.gz
NetWare build overhaul in order to compile on Linux.
Fixed some more paths and typos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1079442 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r--NWGNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile
index 8f1a80fb60..4fa1afdf45 100644
--- a/NWGNUmakefile
+++ b/NWGNUmakefile
@@ -329,7 +329,7 @@ FILE_nlm_copyright =
#
FILES_nlm_Ximports = \
@netware.imp \
- @$(APR)/aprlib.imp \
+ @aprlib.imp \
@libc.imp \
GetCurrentAddressSpace \
$(EOLIST)
@@ -344,7 +344,7 @@ endif
# Any symbols exported to here
#
FILES_nlm_exports = \
- @$(NWOS)/httpd.imp \
+ @httpd.imp \
$(EOLIST)
#