diff options
| author | Guenter Knauf <fuankg@apache.org> | 2011-03-08 18:59:02 +0000 |
|---|---|---|
| committer | Guenter Knauf <fuankg@apache.org> | 2011-03-08 18:59:02 +0000 |
| commit | e8a8becc0f8ad93dc30ecabfe33be1e1abf04cd9 (patch) | |
| tree | 94758c850fcc5edd2c4eec1f37928a67e75984d9 /modules/test | |
| parent | 410da19e0dee2676eecf4f7f3b874ee8e9a049b9 (diff) | |
| download | httpd-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/test')
| -rw-r--r-- | modules/test/NWGNUoptfnexport | 4 | ||||
| -rw-r--r-- | modules/test/NWGNUoptfnimport | 4 | ||||
| -rw-r--r-- | modules/test/NWGNUopthookexport | 4 | ||||
| -rw-r--r-- | modules/test/NWGNUopthookimport | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/modules/test/NWGNUoptfnexport b/modules/test/NWGNUoptfnexport index db998e5887..32a1a6d894 100644 --- a/modules/test/NWGNUoptfnexport +++ b/modules/test/NWGNUoptfnexport @@ -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) diff --git a/modules/test/NWGNUoptfnimport b/modules/test/NWGNUoptfnimport index f90371a1ba..1861243d3e 100644 --- a/modules/test/NWGNUoptfnimport +++ b/modules/test/NWGNUoptfnimport @@ -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) diff --git a/modules/test/NWGNUopthookexport b/modules/test/NWGNUopthookexport index c8089cf3cc..3c556343cb 100644 --- a/modules/test/NWGNUopthookexport +++ b/modules/test/NWGNUopthookexport @@ -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) diff --git a/modules/test/NWGNUopthookimport b/modules/test/NWGNUopthookimport index 1d5a47f91c..e0bf3062bd 100644 --- a/modules/test/NWGNUopthookimport +++ b/modules/test/NWGNUopthookimport @@ -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) |
