diff options
author | Guenter Knauf <fuankg@apache.org> | 2012-08-09 12:11:09 +0000 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2012-08-09 12:11:09 +0000 |
commit | 7814748ab324b8d7329fb3fcbbd8032fb2dcb6a7 (patch) | |
tree | 8c3c776cc44186ca206591699b08f0dfc8c7012f /modules/echo | |
parent | 74250b166c89f1eb8874616412f2374da8a807a7 (diff) | |
download | httpd-7814748ab324b8d7329fb3fcbbd8032fb2dcb6a7.tar.gz |
NetWare build tweaks.
Make more use of internal makefile macros;
axed now obsolete include paths.
Submitted by: normw gknw net.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1371177 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/echo')
-rw-r--r-- | modules/echo/NWGNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/echo/NWGNUmakefile b/modules/echo/NWGNUmakefile index 7add53d637..6fbb1836b5 100644 --- a/modules/echo/NWGNUmakefile +++ b/modules/echo/NWGNUmakefile @@ -26,7 +26,7 @@ include $(AP_WORK)/build/NWGNUhead.inc XINCDIRS += \ $(APR)/include \ $(APRUTIL)/include \ - $(AP_WORK)/include \ + $(SRC)/include \ $(NWOS) \ $(EOLIST) |