aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-07-15 08:34:03 -0700
committerAdam Vandenberg2013-07-15 09:07:08 -0700
commit650cb8e69ba4c5322c5aeabc5068b92c6d923b8d (patch)
tree6c2ed096463bfdbde01ab2fad375ba57bbcb45c2 /Library/Formula
parent163c4a40cb0e7878eea6b2df18dd0bea941b206b (diff)
downloadhomebrew-650cb8e69ba4c5322c5aeabc5068b92c6d923b8d.tar.bz2
elf: style tweaks
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libelf.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/libelf.rb b/Library/Formula/libelf.rb
index a101b40a9..62d7de0af 100644
--- a/Library/Formula/libelf.rb
+++ b/Library/Formula/libelf.rb
@@ -9,8 +9,7 @@ class Libelf < Formula
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--prefix=#{prefix}"
- # Use separate steps; there is some kind of (transient)
- # race in the Makefile.
+ # Use separate steps; there is a race in the Makefile.
system "make"
system "make install"
end