diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-03-08 19:59:02 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-03-08 19:59:02 +0100 |
commit | e8a8becc0f8ad93dc30ecabfe33be1e1abf04cd9 (patch) | |
tree | 94758c850fcc5edd2c4eec1f37928a67e75984d9 /modules/echo | |
parent | NetWare build overhaul in order to compile on Linux. (diff) | |
download | apache2-e8a8becc0f8ad93dc30ecabfe33be1e1abf04cd9.tar.xz apache2-e8a8becc0f8ad93dc30ecabfe33be1e1abf04cd9.zip |
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/echo')
-rw-r--r-- | modules/echo/NWGNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/echo/NWGNUmakefile b/modules/echo/NWGNUmakefile index 8808398c0d..6c99a857cd 100644 --- a/modules/echo/NWGNUmakefile +++ b/modules/echo/NWGNUmakefile @@ -209,8 +209,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) |