pgsql: Fix a few places where we needed -I.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix a few places where we needed -I.
Date: 2010-01-05 03:56:53
Message-ID: 20100105035653.05FE2753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix a few places where we needed -I. in CPPFLAGS to work properly in
VPATH builds. We had this already in several places, but not all.

Modified Files:
--------------
pgsql/src/backend/bootstrap:
Makefile (r1.38 -> r1.39)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/bootstrap/Makefile?r1=1.38&r2=1.39)
pgsql/src/backend/parser:
Makefile (r1.52 -> r1.53)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/Makefile?r1=1.52&r2=1.53)
pgsql/src/makefiles:
pgxs.mk (r1.18 -> r1.19)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/makefiles/pgxs.mk?r1=1.18&r2=1.19)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2010-01-05 03:57:33 Re: Re: [COMMITTERS] pgsql: Remove too-smart-for-its-own-good optimization of not overwriting
Previous Message Robert Haas 2010-01-05 03:55:37 Re: [COMMITTERS] pgsql: Remove too-smart-for-its-own-good optimization of not overwriting