File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Makefile for PL/Perl
2
- # $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.35 2008/10/01 22:38:56 petere Exp $
2
+ # $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.36 2008/10/02 08:11:11 petere Exp $
3
3
4
4
subdir = src/pl/plperl
5
5
top_builddir = ../../..
@@ -57,7 +57,7 @@ installdirs: installdirs-lib
57
57
uninstall : uninstall-lib
58
58
59
59
installcheck : submake
60
- $(top_builddir ) /src/test/regress/pg_regress --psqldir=$(PSQLDIR ) $(REGRESS_OPTS ) $(REGRESS )
60
+ $(top_builddir ) /src/test/regress/pg_regress --inputdir= $( srcdir ) -- psqldir=$(PSQLDIR ) $(REGRESS_OPTS ) $(REGRESS )
61
61
62
62
.PHONY : submake
63
63
submake :
Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/src/pl/plpython/Makefile,v 1.30 2008/10/01 22:38:56 petere Exp $
1
+ # $PostgreSQL: pgsql/src/pl/plpython/Makefile,v 1.31 2008/10/02 08:11:11 petere Exp $
2
2
3
3
subdir = src/pl/plpython
4
4
top_builddir = ../../..
@@ -73,7 +73,7 @@ installdirs: installdirs-lib
73
73
uninstall : uninstall-lib
74
74
75
75
installcheck : submake
76
- $(top_builddir ) /src/test/regress/pg_regress --psqldir=$(PSQLDIR ) $(REGRESS_OPTS ) $(REGRESS )
76
+ $(top_builddir ) /src/test/regress/pg_regress --inputdir= $( srcdir ) -- psqldir=$(PSQLDIR ) $(REGRESS_OPTS ) $(REGRESS )
77
77
78
78
.PHONY : submake
79
79
submake :
Original file line number Diff line number Diff line change 2
2
#
3
3
# Makefile for the pltcl shared object
4
4
#
5
- # $PostgreSQL: pgsql/src/pl/tcl/Makefile,v 1.52 2008/10/01 22:38:56 petere Exp $
5
+ # $PostgreSQL: pgsql/src/pl/tcl/Makefile,v 1.53 2008/10/02 08:11:11 petere Exp $
6
6
#
7
7
# -------------------------------------------------------------------------
8
8
@@ -59,7 +59,7 @@ uninstall: uninstall-lib
59
59
$(MAKE ) -C modules $@
60
60
61
61
installcheck : submake
62
- $(top_builddir ) /src/test/regress/pg_regress --psqldir=$(PSQLDIR ) $(REGRESS_OPTS ) $(REGRESS )
62
+ $(top_builddir ) /src/test/regress/pg_regress --inputdir= $( srcdir ) -- psqldir=$(PSQLDIR ) $(REGRESS_OPTS ) $(REGRESS )
63
63
64
64
.PHONY : submake
65
65
submake :
You can’t perform that action at this time.
0 commit comments