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

Commit4feae40

Browse files
vbwagnerarssher
authored andcommitted
Avoid to call 'make' explicitely, because on non-linux system it would call wrong make
1 parent5bf12d0 commit4feae40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/postgres_fdw/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ endif
2929
# Poor's man overload of already defined target: just copy it
3030
check: submake$(REGRESS_PREP)
3131
$(pg_regress_check)$(REGRESS_OPTS)$(REGRESS)
32-
env DESTDIR='$(abs_top_builddir)'/tmp_installmake install
32+
env DESTDIR='$(abs_top_builddir)'/tmp_install$(MAKE) install
3333
$(prove_check)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp