From f6f44ddd23c65cc5a942f25fb7082d49c30e330c Mon Sep 17 00:00:00 2001 From: Jose V Beneyto Date: Thu, 20 May 2010 20:56:29 +0200 Subject: [PATCH] Removed texinfo dependency (Thanks to Tilman Sauerbeck) --- Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- 2.26.2