pgsql: Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath

Started by Tom Laneabout 21 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath builds.
Not sure why this hasn't been reported before; perhaps it is not needed
with newer gcc versions, but it definitely fails here.

Modified Files:
--------------
pgsql/src/bin/psql:
Makefile (r1.53 -> r1.54)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/Makefile.diff?r1=1.53&r2=1.54)