Fix parallel make when running make install before make all
Peter 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.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/Makefile | modified | +2 −0 |
| src/interfaces/Makefile | modified | +1 −0 |