Removing files that conflicts with binutils.

Closes Homebrew/homebrew#199.
This commit is contained in:
Xiyue Deng 2013-08-18 00:48:26 -07:00 committed by Misty De Meo
parent b5b4af9d3e
commit 838022e1df

View file

@ -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