]> 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:03:37 +0000 (17:03 -0500)
commitf3d7077dad94d6ac864647eaa50f5dd0590a6c8d
tree6dc7f377909aa2160649cde76475f1a98e6d84a1
parente907997f42faada60e5a26b116cc0b79b69309d1
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