Removing files that conflicts with binutils.
Closes Homebrew/homebrew#199.
This commit is contained in:
parent
b5b4af9d3e
commit
838022e1df
1 changed files with 5 additions and 0 deletions
|
@ -43,6 +43,11 @@ class Gdb < Formula
|
|||
system "./configure", *args
|
||||
system "make"
|
||||
system "make install"
|
||||
|
||||
# Remove conflicting items with binutils
|
||||
rm_rf include
|
||||
rm_rf lib
|
||||
rm_rf share/'locale'
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
|
|
Loading…
Reference in a new issue