Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2793af3

Browse files
committed
Partial fix for contrib vpath breakage.
1 parent6736da5 commit2793af3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/makefiles/pgxs.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PGXS: PostgreSQL extensions makefile
22

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 $
44

55
# This file contains generic rules to build many kinds of simple
66
# extension modules. You only need to set a few variables and include
@@ -240,7 +240,7 @@ endif
240240

241241
# against installed postmaster
242242
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)
244244

245245
# in-tree test doesn't work yet (no way to install my shared library)
246246
#check: all submake

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp