File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# PGXS: PostgreSQL extensions makefile
2
2
3
- # $PostgreSQL: pgsql/src/makefiles/pgxs.mk,v 1.13 2008/10/01 22:38:56 petere Exp $
3
+ # $PostgreSQL: pgsql/src/makefiles/pgxs.mk,v 1.14 2008/10/02 12:25:25 tgl Exp $
4
4
5
5
# This file contains generic rules to build many kinds of simple
6
6
# extension modules. You only need to set a few variables and include
@@ -240,7 +240,7 @@ endif
240
240
241
241
# against installed postmaster
242
242
installcheck : submake
243
- $(top_builddir ) /src/test/regress/pg_regress --psqldir=$(PSQLDIR ) $(REGRESS_OPTS ) $(REGRESS )
243
+ $(top_builddir ) /src/test/regress/pg_regress --inputdir= $( srcdir ) -- psqldir=$(PSQLDIR ) $(REGRESS_OPTS ) $(REGRESS )
244
244
245
245
# in-tree test doesn't work yet (no way to install my shared library)
246
246
# check: all submake
You can’t perform that action at this time.
0 commit comments