]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add .NOTPARALLEL target for exports.c. This allows a parallel make build to
authorJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 6 Apr 2003 19:59:02 +0000 (19:59 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Sun, 6 Apr 2003 19:59:02 +0000 (19:59 +0000)
complete successfully.

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

server/Makefile.in

index 74bb1a0594440cf090da50999ac7f28cb654c006..16a7782cfe5748012cadf5f11d0dcb1f921a4804 100644 (file)
@@ -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 > $@