diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2008-10-02 08:11:11 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2008-10-02 08:11:11 +0000 |
commit | 22c2c695b386a3bca3a1a816212979a41454121e (patch) | |
tree | a96014e13c264203f84ab84d8238fccd31163475 /src | |
parent | feae7856af12ba183465b0fbbe3a586fddbd7715 (diff) | |
download | postgresql-22c2c695b386a3bca3a1a816212979a41454121e.tar.gz postgresql-22c2c695b386a3bca3a1a816212979a41454121e.zip |
Update pg_regress calls in PL checks to handle vpath builds.
Diffstat (limited to 'src')
-rw-r--r-- | src/pl/plperl/GNUmakefile | 4 | ||||
-rw-r--r-- | src/pl/plpython/Makefile | 4 | ||||
-rw-r--r-- | src/pl/tcl/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/pl/plperl/GNUmakefile b/src/pl/plperl/GNUmakefile index cabe9a92e29..a0bb140034a 100644 --- a/src/pl/plperl/GNUmakefile +++ b/src/pl/plperl/GNUmakefile @@ -1,5 +1,5 @@ # Makefile for PL/Perl -# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.35 2008/10/01 22:38:56 petere Exp $ +# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.36 2008/10/02 08:11:11 petere Exp $ subdir = src/pl/plperl top_builddir = ../../.. @@ -57,7 +57,7 @@ installdirs: installdirs-lib uninstall: uninstall-lib installcheck: submake - $(top_builddir)/src/test/regress/pg_regress --psqldir=$(PSQLDIR) $(REGRESS_OPTS) $(REGRESS) + $(top_builddir)/src/test/regress/pg_regress --inputdir=$(srcdir) --psqldir=$(PSQLDIR) $(REGRESS_OPTS) $(REGRESS) .PHONY: submake submake: diff --git a/src/pl/plpython/Makefile b/src/pl/plpython/Makefile index 0fb120461cd..0afc08f7985 100644 --- a/src/pl/plpython/Makefile +++ b/src/pl/plpython/Makefile @@ -1,4 +1,4 @@ -# $PostgreSQL: pgsql/src/pl/plpython/Makefile,v 1.30 2008/10/01 22:38:56 petere Exp $ +# $PostgreSQL: pgsql/src/pl/plpython/Makefile,v 1.31 2008/10/02 08:11:11 petere Exp $ subdir = src/pl/plpython top_builddir = ../../.. @@ -73,7 +73,7 @@ installdirs: installdirs-lib uninstall: uninstall-lib installcheck: submake - $(top_builddir)/src/test/regress/pg_regress --psqldir=$(PSQLDIR) $(REGRESS_OPTS) $(REGRESS) + $(top_builddir)/src/test/regress/pg_regress --inputdir=$(srcdir) --psqldir=$(PSQLDIR) $(REGRESS_OPTS) $(REGRESS) .PHONY: submake submake: diff --git a/src/pl/tcl/Makefile b/src/pl/tcl/Makefile index 9847babec9d..1b71c7c2319 100644 --- a/src/pl/tcl/Makefile +++ b/src/pl/tcl/Makefile @@ -2,7 +2,7 @@ # # Makefile for the pltcl shared object # -# $PostgreSQL: pgsql/src/pl/tcl/Makefile,v 1.52 2008/10/01 22:38:56 petere Exp $ +# $PostgreSQL: pgsql/src/pl/tcl/Makefile,v 1.53 2008/10/02 08:11:11 petere Exp $ # #------------------------------------------------------------------------- @@ -59,7 +59,7 @@ uninstall: uninstall-lib $(MAKE) -C modules $@ installcheck: submake - $(top_builddir)/src/test/regress/pg_regress --psqldir=$(PSQLDIR) $(REGRESS_OPTS) $(REGRESS) + $(top_builddir)/src/test/regress/pg_regress --inputdir=$(srcdir) --psqldir=$(PSQLDIR) $(REGRESS_OPTS) $(REGRESS) .PHONY: submake submake: |