diff options
author | Guenter Knauf <fuankg@apache.org> | 2009-12-01 16:00:11 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2009-12-01 16:00:11 +0100 |
commit | 03a066c10a0df2a9479fb36c54228552eca3cddd (patch) | |
tree | 564853089879b97f37f56e24114ad37ec7f33700 /NWGNUmakefile | |
parent | added watchdog module to NetWare internal module list. (diff) | |
download | apache2-03a066c10a0df2a9479fb36c54228552eca3cddd.tar.xz apache2-03a066c10a0df2a9479fb36c54228552eca3cddd.zip |
more NetWare makefile cleanups.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@885781 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index e8f5eed93a..523f85a0b9 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -71,8 +71,7 @@ XINCDIRS += \ $(AP_WORK)/modules/mappers/ \ $(AP_WORK)/modules/proxy/ \ $(AP_WORK)/modules/ssl/ \ - $(AP_WORK)/os/NetWare \ - $(AP_WORK)/server/mpm/NetWare \ + $(AP_WORK)/server/mpm/netware \ $(PCRE) \ $(NWOS) \ $(EOLIST) |