aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lcov.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/lcov.rb')
-rw-r--r--Library/Formula/lcov.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/lcov.rb b/Library/Formula/lcov.rb
index bca83988b..da8e69661 100644
--- a/Library/Formula/lcov.rb
+++ b/Library/Formula/lcov.rb
@@ -9,7 +9,7 @@ class Lcov < Formula
%w(bin/gendesc bin/genhtml bin/geninfo bin/genpng bin/lcov).each do |file|
inreplace file, '/etc/lcovrc', "#{prefix}/etc/lcovrc"
end
- system "make PREFIX=#{prefix} install"
+ system "make", "PREFIX=#{prefix}", "install"
end
def patches