diff options
Diffstat (limited to 'Library/Formula/libelf.rb')
| -rw-r--r-- | Library/Formula/libelf.rb | 3 |
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 |
