Thread: pgsql: ecpg: Parallel make fix

pgsql: ecpg: Parallel make fix

From
Peter Eisentraut
Date:
ecpg: Parallel make fix

In some parallel make situations, the install-headers target could be
called before the installation directories are created by installdirs,
causing the installation to fail.  Fix that by making install-headers
depend on installdirs.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/602070f9cce790debd8d1469254e7726ab499ae7

Modified Files
--------------
src/interfaces/ecpg/include/Makefile |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)