Skip to content

Commit

Permalink
use configured make command in make_bin_installcheck
Browse files Browse the repository at this point in the history
per gripe from Rémi Zara
  • Loading branch information
adunstan committed Jan 10, 2016
1 parent 1797302 commit 4bfa9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_build.pl
Expand Up @@ -1568,7 +1568,7 @@ sub make_bin_installcheck

unless ($using_msvc)
{
@makeout =`cd $pgsql/src/bin && make NO_LOCALE=1 installcheck 2>&1`;
@makeout =`cd $pgsql/src/bin && $make NO_LOCALE=1 installcheck 2>&1`;
}
else
{
Expand Down

0 comments on commit 4bfa9ed

Please sign in to comment.