Fix parallel make when running make install before make all In addition to the
all-foo-recurse: all-bar-recurse dependencies that constraint the order of the rule execution, we need install-foo-recurse: install-bar-recurse dependencies in case one runs make install without a make all first, as some people apparently do. Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/4502c8e1c06164adb7be526096e91e04d1844d36 Modified Files -------------- src/interfaces/Makefile | 1 + src/interfaces/ecpg/Makefile | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers