pgsql: Fix PL makefiles to support running regression tests in VPATH

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix PL makefiles to support running regression tests in VPATH
Date: 2005-05-24 17:07:41
Message-ID: 20050524170741.9F796528A7@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix PL makefiles to support running regression tests in VPATH builds.

Modified Files:
--------------
pgsql/src/pl/plperl:
GNUmakefile (r1.21 -> r1.22)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/GNUmakefile.diff?r1=1.21&r2=1.22)
pgsql/src/pl/plpython:
Makefile (r1.20 -> r1.21)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/Makefile.diff?r1=1.20&r2=1.21)
pgsql/src/pl/tcl:
Makefile (r1.46 -> r1.47)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/tcl/Makefile.diff?r1=1.46&r2=1.47)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-05-24 18:02:31 pgsql: Previous fix for "x FULL JOIN y ON true" failed to handle the
Previous Message Tom Lane 2005-05-24 16:45:23 pgsql: Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath