Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4feae40

Browse files
vbwagnerarssher
authored andcommitted
Avoid to call 'make' explicitely, because on non-linux system it would call wrong make
1 parent 5bf12d0 commit 4feae40

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_install make install
32+
env DESTDIR='$(abs_top_builddir)'/tmp_install $(MAKE) install
3333
$(prove_check)

0 commit comments

Comments
 (0)