aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMark L. Chang2010-09-14 20:35:59 -0400
committerAdam Vandenberg2010-09-15 08:59:06 -0700
commitf9afa1ce25e41a8b43425827caeb267db4c625d3 (patch)
treed2c3579b47beb8ccc6da517c53419be67865cf66 /Library
parenta23073deb30549fcd1e9df3131f4b247be7316af (diff)
downloadhomebrew-f9afa1ce25e41a8b43425827caeb267db4c625d3.tar.bz2
changed to use 'make all'
make all builds all the microcontroller library files, which is easier in the source tree than after the fact. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sdcc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sdcc.rb b/Library/Formula/sdcc.rb
index 57bd4c2cb..44844a0f8 100644
--- a/Library/Formula/sdcc.rb
+++ b/Library/Formula/sdcc.rb
@@ -7,7 +7,7 @@ class Sdcc <Formula
def install
system "./configure", "--prefix=#{prefix}"
- system "make"
+ system "make all"
system "make install"
end
end