]> granicus.if.org Git - apache/commitdiff
NetWare build overhaul in order to compile on Linux.
authorGuenter Knauf <fuankg@apache.org>
Sat, 12 Mar 2011 07:44:03 +0000 (07:44 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sat, 12 Mar 2011 07:44:03 +0000 (07:44 +0000)
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

index 48addc71b94ac88ec2d99440f940e1723025f0e8..431aec8806dc9d9f889897cd0e27516f6d9753dc 100644 (file)
@@ -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