pgsql: Fix PL makefiles to support running regression tests in VPATH - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Fix PL makefiles to support running regression tests in VPATH
Date
Msg-id 20050524170741.9F796528A7@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Previous fix for "x FULL JOIN y ON true" failed to handle the