From eedac697e12939a79d51a64b4371c48be79ec2d0 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 9fe0dd9..fd4a5d1 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