pgsql: ecpg: Parallel make fix

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: ecpg: Parallel make fix
Date: 2013-03-30 01:41:49
Message-ID: E1ULknl-0000zB-2c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-03-30 03:19:08 pgsql: Remove tab from SGML file.
Previous Message Andrew Dunstan 2013-03-30 00:04:36 Re: [COMMITTERS] pgsql: Add parallel pg_dump option.