From 6715be7c2cc730c2e280029075739b1fe280695b Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Sat, 12 Mar 2011 07:44:03 +0000 Subject: 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 --- NWGNUmakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NWGNUmakefile') 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 -- cgit v1.2.1