From: Tom Lane Date: Thu, 2 Oct 2008 12:25:25 +0000 (+0000) Subject: Partial fix for contrib vpath breakage. X-Git-Tag: recoveryinfrav9~589 X-Git-Url: http://git.postgresql.org/gitweb/irc:/static/gitweb.js?a=commitdiff_plain;h=df0b5155e00dcdef02fb57cd446c7b9f7f168fb6;p=users%2Fsimon%2Fpostgres.git Partial fix for contrib vpath breakage. --- diff --git a/src/makefiles/pgxs.mk b/src/makefiles/pgxs.mk index bd6838c9fc..51391ec959 100644 --- a/src/makefiles/pgxs.mk +++ b/src/makefiles/pgxs.mk @@ -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