]> granicus.if.org Git - postgresql/commit
Fix PGXS vpath build when PostgreSQL is built with vpath
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 4 Dec 2014 22:02:02 +0000 (17:02 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 4 Dec 2014 22:02:02 +0000 (17:02 -0500)
commitb58233c71b93a32fcab7219585cafc25a27eb769
treeaf143d8025f1e8be39460543ea95bce5d56ab111
parente4b5a070b4d25da2c2f80af306fa1d19044370ae
Fix PGXS vpath build when PostgreSQL is built with vpath

PGXS computes srcdir from VPATH, PostgreSQL proper computes VPATH from
srcdir, and doing both results in an error from make.  Conditionalize so
only one of these takes effect.
src/Makefile.global.in