From: Tom Lane Date: Fri, 28 Oct 2011 19:16:40 +0000 (-0400) Subject: De-parallelize ecpg build some more. X-Git-Tag: REL9_2_BETA1~919 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74812624f263a58789e894a643161c9148112f62;p=postgresql De-parallelize ecpg build some more. Make sure ecpg/include/ is rebuilt before the other subdirectories, so that ecpg_config.h is up to date. This is not likely to matter during production builds, only development, so no back-patch. --- diff --git a/src/interfaces/ecpg/Makefile b/src/interfaces/ecpg/Makefile index e89f2fe0f2..724aab4961 100644 --- a/src/interfaces/ecpg/Makefile +++ b/src/interfaces/ecpg/Makefile @@ -6,8 +6,10 @@ SUBDIRS = include pgtypeslib ecpglib compatlib preproc $(recurse) +all-pgtypeslib-recurse all-ecpglib-recurse all-compatlib-recurse all-preproc-recurse: all-include-recurse all-compatlib-recurse: all-ecpglib-recurse all-ecpglib-recurse: all-pgtypeslib-recurse +install-pgtypeslib-recurse install-ecpglib-recurse install-compatlib-recurse install-preproc-recurse: install-include-recurse install-compatlib-recurse: install-ecpglib-recurse install-ecpglib-recurse: install-pgtypeslib-recurse