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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix a few places where we needed -I.
Date
Msg-id 20100105035653.05FE2753FB7@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Get rid of the need for manual maintenance of the initial
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Further code review for genbki.pl.