pgsql: Clean up Makefile.win32 "-I" flag additions. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Clean up Makefile.win32 "-I" flag additions.
Date
Msg-id E1ZKyXq-00020A-73@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Clean up Makefile.win32 "-I" flag additions.

The PGXS-case directory does not exist in the non-PGXS case, and vice
versa.  Add one or the other, not both.  This is essentially cosmetic.
It makes Makefile.win32 more like the similar Makefile.global code.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/16c4e6d8dc8fb98cd32d9af473fb06a730fb40d3

Modified Files
--------------
src/makefiles/Makefile.win32 |   10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix volatility marking of commit timestamp functions
Next
From: Noah Misch
Date:
Subject: pgsql: Consolidate makefile code for setting top_srcdir, srcdir and VPA