diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-03-12 08:44:03 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-03-12 08:44:03 +0100 |
commit | 6715be7c2cc730c2e280029075739b1fe280695b (patch) | |
tree | a3d0b32f2d9920c1a0016bf41eeb33f815e81659 /NWGNUmakefile | |
parent | Update transformations. (diff) | |
download | apache2-6715be7c2cc730c2e280029075739b1fe280695b.tar.xz apache2-6715be7c2cc730c2e280029075739b1fe280695b.zip |
NetWare build overhaul in order to compile on Linux.
Added rule for generated .c file to workaround a strange build
issue on Linux where the file could not be found through vpath.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1080885 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'NWGNUmakefile')
-rw-r--r-- | NWGNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NWGNUmakefile b/NWGNUmakefile index 48addc71b9..431aec8806 100644 --- a/NWGNUmakefile +++ b/NWGNUmakefile @@ -463,6 +463,8 @@ vpath %.c server:modules/arch/netware:modules/http:modules/aaa:modules/mappers vpath %.c modules/generators:modules/metadata:modules/filters:modules/loggers vpath %.c modules/core:os/netware:server/mpm/netware:$(PCRE) +$(OBJDIR)/chartables.o: os/netware/chartables.c + # # Include the 'tail' makefile that has targets that depend on variables defined # in this makefile |