]> granicus.if.org Git - postgresql/commit
Fix parallel make when running make install before make all
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 8 Mar 2011 21:49:59 +0000 (23:49 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 8 Mar 2011 21:52:29 +0000 (23:52 +0200)
commit4502c8e1c06164adb7be526096e91e04d1844d36
tree685d04e47ab6fe8c617fa1faabb0254cdd403812
parent3f7d24da16d32ad0fa5abf04b669e86a7d458160
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.
src/interfaces/Makefile
src/interfaces/ecpg/Makefile