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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1a022f71d86d935cd068a263f1884a24acdf0829
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-05-24T16:45:23Z
Releases: 8.1.0
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.

Files

PathChange+/−
src/bin/psql/Makefile modified +2 −2