Fix parallel make when running make install before make all

Peter Eisentraut <peter_e@gmx.net>

Commit: 4502c8e1c06164adb7be526096e91e04d1844d36
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2011-03-08T21:52:29Z
Releases: 9.1.0
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.

Files

PathChange+/−
src/interfaces/ecpg/Makefile modified +2 −0
src/interfaces/Makefile modified +1 −0