aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-09-07 09:21:16 -0700
committerAdam Vandenberg2012-09-07 09:21:16 -0700
commit57a770f534010a952503546bd19b8134ea15bc11 (patch)
tree33f09b5e491e3fa477fa71e6a9cd5fb900abced5 /Library
parenta27824e5012f2bb23f8091e716c1a14f123aa995 (diff)
downloadhomebrew-57a770f534010a952503546bd19b8134ea15bc11.tar.bz2
lpc21isp: fix audit warnings
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/lpc21isp.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/lpc21isp.rb b/Library/Formula/lpc21isp.rb
index 4fcb08964..2fca76682 100644
--- a/Library/Formula/lpc21isp.rb
+++ b/Library/Formula/lpc21isp.rb
@@ -7,8 +7,8 @@ class Lpc21isp < Formula
version '1.83'
def install
- # Can't statically link on OSX, so we'll remove that from the Makefile
- inreplace 'Makefile', "CFLAGS += -Wall -static", "CFLAGS += -Wall"
+ # Can't statically link on OSX, so we'll remove that from the Makefile
+ inreplace 'Makefile', "CFLAGS += -Wall -static", "CFLAGS += -Wall"
system "make"
bin.install ["lpc21isp"]
end