pgsql: ecpg: Parallel make fix - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: ecpg: Parallel make fix
Date
Msg-id E1ULknl-0000zB-2c@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Add sql_drop event for event triggers
Next
From: Bruce Momjian
Date:
Subject: pgsql: Remove tab from SGML file.