Skip to content

Commit 01f3102

Browse files
vbwagnerarssher
authored andcommitted
Avoid to call 'make' explicitely, because on non-linux system it would call wrong make
1 parent 69a9b7e commit 01f3102

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy