We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a9b7e commit 01f3102Copy full SHA for 01f3102
contrib/postgres_fdw/Makefile
@@ -29,5 +29,5 @@ endif
29
# Poor's man overload of already defined target: just copy it
30
check: submake $(REGRESS_PREP)
31
$(pg_regress_check) $(REGRESS_OPTS) $(REGRESS)
32
- env DESTDIR='$(abs_top_builddir)'/tmp_install make install
+ env DESTDIR='$(abs_top_builddir)'/tmp_install $(MAKE) install
33
$(prove_check)
0 commit comments