]> granicus.if.org Git - postgresql/commit
Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath builds.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 May 2005 16:45:23 +0000 (16:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 May 2005 16:45:23 +0000 (16:45 +0000)
commit1a022f71d86d935cd068a263f1884a24acdf0829
treef32a9dcb2701ad16d57687bd3a51fde5d0d62670
parenta90e9d662e15b348aab68fd8d725a029e60ae2fa
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.
src/bin/psql/Makefile