From: Jose V Beneyto Date: Thu, 20 May 2010 18:56:29 +0000 (+0200) Subject: Removed texinfo dependency (Thanks to Tilman Sauerbeck) X-Git-Url: http://gitweb/?a=commitdiff_plain;h=f6f44ddd23c65cc5a942f25fb7082d49c30e330c;p=attic%2Ftoolchain-noeabi.git Removed texinfo dependency (Thanks to Tilman Sauerbeck) --- diff --git a/Makefile b/Makefile index da19b95..5baa8de 100644 --- a/Makefile +++ b/Makefile @@ -104,6 +104,7 @@ $(WORK)/binutils-$(BINUTILS_VERSION): $(WORK)/binutils-$(BINUTILS_VERSION).tar.b tar -C $(WORK) -xvjf $(WORK)/binutils-$(BINUTILS_VERSION).tar.bz2 cd $(WORK)/binutils-$(BINUTILS_VERSION) && \ patch -p1 -i $(WORK)/binutils-$(BINUTILS_VERSION)-branch_update-5.patch + sed -i '/^SUBDIRS/s/doc//' $(WORK)/binutils-$(BINUTILS_VERSION)/*/Makefile.in touch $(WORK)/binutils-$(BINUTILS_VERSION) $(WORK)/build-binutils: $(WORK)/binutils-$(BINUTILS_VERSION)