diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-03-08 18:17:41 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-03-08 18:17:41 +0100 |
commit | 77fda02c85a4f4d1a07813bdbf1fd1095adca884 (patch) | |
tree | 3ac25ec488f7f97c58c210e898f9af4a638831ff /NWGNUmakefile | |
parent | NetWare build overhaul in order to compile on Linux. (diff) | |
download | apache2-77fda02c85a4f4d1a07813bdbf1fd1095adca884.tar.xz apache2-77fda02c85a4f4d1a07813bdbf1fd1095adca884.zip |
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-- | NWGNUmakefile | 4 |
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) # |