aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-10-02 12:25:25 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-10-02 12:25:25 +0000
commit2793af3cc0bd16ba57391eb880b4836cc310085d (patch)
tree79255849ddd05feb085626f6667e6392481baa15
parent6736da5484658b212a1e5f999b8f6b03306f1fc1 (diff)
downloadpostgresql-2793af3cc0bd16ba57391eb880b4836cc310085d.tar.gz
postgresql-2793af3cc0bd16ba57391eb880b4836cc310085d.zip
Partial fix for contrib vpath breakage.
-rw-r--r--src/makefiles/pgxs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefiles/pgxs.mk b/src/makefiles/pgxs.mk
index c3c83588aae..61fa05b413b 100644
--- a/src/makefiles/pgxs.mk
+++ b/src/makefiles/pgxs.mk
@@ -1,6 +1,6 @@
# PGXS: PostgreSQL extensions makefile
-# $PostgreSQL: pgsql/src/makefiles/pgxs.mk,v 1.13 2008/10/01 22:38:56 petere Exp $
+# $PostgreSQL: pgsql/src/makefiles/pgxs.mk,v 1.14 2008/10/02 12:25:25 tgl Exp $
# This file contains generic rules to build many kinds of simple
# extension modules. You only need to set a few variables and include
@@ -240,7 +240,7 @@ endif
# against installed postmaster
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)
# in-tree test doesn't work yet (no way to install my shared library)
#check: all submake