1
0
mirror of https://github.com/apache/httpd.git synced 2025-07-30 20:03:10 +03:00

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
This commit is contained in:
Guenter Knauf
2011-03-08 18:59:02 +00:00
parent 410da19e0d
commit e8a8becc0f
96 changed files with 179 additions and 179 deletions

View File

@ -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)

View File

@ -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)