summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsolenv/bin/build.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/build.pl b/solenv/bin/build.pl
index 21b469a89df5..59e678f681bb 100755
--- a/solenv/bin/build.pl
+++ b/solenv/bin/build.pl
@@ -1716,7 +1716,7 @@ sub cancel_build {
print STDERR "cd $module\n";
if (is_gnumake_module($module))
{
- print STDERR "make -r\n"
+ print STDERR "$ENV{GNUMAKE} -r\n"
}
else
{