]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
test_char.h is a dependency, not a source. This seems to fix the occasional
authorStefan Fritsch <sf@apache.org>
Sat, 5 Feb 2011 21:09:12 +0000 (21:09 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 5 Feb 2011 21:09:12 +0000 (21:09 +0000)
"No rule to make target `server/test_char.h'" errors when doing a parallel
build.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1067525 13f79535-47bb-0310-9956-ffa450edef68

server/Makefile.in

index 508c6e1f47df36ebf885be843c246230b5faff69..9f9fa13601ffb85e44ac7891f6504641c759d411 100644 (file)
@@ -7,7 +7,6 @@ SUBDIRS = mpm
 
 LTLIBRARY_NAME    = libmain.la
 LTLIBRARY_SOURCES = \
-    test_char.h \
        config.c log.c main.c vhost.c util.c \
        util_script.c util_md5.c util_cfgtree.c util_ebcdic.c util_time.c \
        connection.c listen.c util_mutex.c mpm_common.c mpm_unix.c \
@@ -16,6 +15,7 @@ LTLIBRARY_SOURCES = \
        scoreboard.c error_bucket.c protocol.c core.c request.c provider.c \
        eoc_bucket.c eor_bucket.c core_filters.c \
        util_expr_parse.c util_expr_scan.c util_expr_eval.c
+LTLIBRARY_DEPENDENCIES = test_char.h
 
 TARGETS = delete-exports $(LTLIBRARY_NAME) $(CORE_IMPLIB_FILE) export_vars.h httpd.exp