From: Justin Erenkrantz Date: Sun, 6 Apr 2003 19:59:02 +0000 (+0000) Subject: Add .NOTPARALLEL target for exports.c. This allows a parallel make build to X-Git-Tag: pre_ajp_proxy~1890 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d2abfe4202b175962328be51cb29d67ec940ac4;p=thirdparty%2Fapache%2Fhttpd.git Add .NOTPARALLEL target for exports.c. This allows a parallel make build to complete successfully. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99280 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/Makefile.in b/server/Makefile.in index 74bb1a05944..16a7782cfe5 100644 --- a/server/Makefile.in +++ b/server/Makefile.in @@ -70,6 +70,9 @@ export_vars.h: export_files # wtf does this have to be explicit???? exports.lo: exports.c +# Needed to allow exports.c to be generated in a parallel build successfully +.NOTPARALLEL: $(top_builddir)/server/exports.c + # Rule to make def file for OS/2 core dll ApacheCoreOS2.def: exports.c export_vars.h $(top_srcdir)/os/$(OS_DIR)/core_header.def cat $(top_srcdir)/os/$(OS_DIR)/core_header.def > $@