summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtool/make-snapshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index ca13cc91af..3e66eea414 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -331,7 +331,7 @@ update-gems:
f.puts "prereq: update-download"
f.puts mk
end
- system("make", "prereq", *args.map {|arg| arg.join("=")})
+ system(ENV["MAKE"] || ENV["make"] || "make", "prereq", *args.map {|arg| arg.join("=")})
clean.push("rbconfig.rb", ".rbconfig.time", "enc.mk")
print "prerequisites"
else