diff options
| author | Adam Vandenberg | 2011-03-21 15:22:43 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-21 15:22:43 -0700 |
| commit | 83a6ed1a9f4aacff80b87a3560359b5314692da9 (patch) | |
| tree | 8334f515c68a52d302cad43d18b1cd6dc5437df3 /Library | |
| parent | fed412f817bdd49f519d782c471772066fd5f8d8 (diff) | |
| download | homebrew-83a6ed1a9f4aacff80b87a3560359b5314692da9.tar.bz2 | |
binutils: remove extra ENV call
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/binutils.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/binutils.rb b/Library/Formula/binutils.rb index d038c3e07..9c97a96bf 100644 --- a/Library/Formula/binutils.rb +++ b/Library/Formula/binutils.rb @@ -10,8 +10,6 @@ class Binutils < Formula end def install - ENV.append 'CPPFLAGS', "-I#{include}" - args = ["--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--infodir=#{info}", |
