pgsql: Fix parallel make when running make install before make all

Started by Peter Eisentrautover 15 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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(-)