From 57a770f534010a952503546bd19b8134ea15bc11 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 7 Sep 2012 09:21:16 -0700 Subject: lpc21isp: fix audit warnings --- Library/Formula/lpc21isp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3