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 5bf12d0 commit 4feae40Copy full SHA for 4feae40
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