aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/exim.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/exim.rb b/Library/Formula/exim.rb
index dfd7f40cb..dfaf9ae7b 100644
--- a/Library/Formula/exim.rb
+++ b/Library/Formula/exim.rb
@@ -41,7 +41,7 @@ class Exim < Formula
# For non-/usr/local HOMEBREW_PREFIX
s << "LOOKUP_INCLUDE=-I#{HOMEBREW_PREFIX}/include\n"
s << "LOOKUP_LIBS=-L#{HOMEBREW_PREFIX}/lib\n"
- end
+ end
inreplace 'OS/Makefile-Darwin' do |s|
s.remove_make_var! %w{CC CFLAGS}