summaryrefslogtreecommitdiff
path: root/NWGNUmakefile
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-12 07:44:03 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-12 07:44:03 +0000
commit6715be7c2cc730c2e280029075739b1fe280695b (patch)
treea3d0b32f2d9920c1a0016bf41eeb33f815e81659 /NWGNUmakefile
parentb7da07815ec773f2669b71599b8a42229a497a66 (diff)
downloadhttpd-6715be7c2cc730c2e280029075739b1fe280695b.tar.gz
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--NWGNUmakefile2
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