aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/git.rb')
-rw-r--r--Library/Formula/git.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb
index d0e311aeb..8588beab0 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -31,7 +31,7 @@ class Git < Formula
ENV['BLK_SHA1']='1' if ARGV.include? '--with-blk-sha1'
inreplace "Makefile" do |s|
- s.remove_make_var! %w{CFLAGS LDFLAGS}
+ s.remove_make_var! %w{CC CFLAGS LDFLAGS}
end
system "make", "prefix=#{prefix}", "install"