From d395d978b2cfca25ea2b7348939e8ea3a86769b9 Mon Sep 17 00:00:00 2001 From: cshore Date: Sun, 12 Dec 2010 01:39:00 +0000 Subject: [PATCH] [packages] devel/binutils: Fixed autoreconf git-svn-id: svn://svn.openwrt.org/openwrt/packages@24507 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- devel/binutils/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile index 1ee9c0d94..2afbd5918 100644 --- a/devel/binutils/Makefile +++ b/devel/binutils/Makefile @@ -18,7 +18,8 @@ PKG_MD5SUM:= PATCH_DIR:=$(TOPDIR)/toolchain/binutils/patches/$(PKG_VERSION) PKG_FIXUP:=libtool -PKG_LIBTOOL_PATHS:=. gas bfd opcodes gprof binutils ld +PKG_LIBTOOL_PATHS:=. gas bfd opcodes gprof binutils ld libiberty gold intl +PKG_REMOVE_FILES:=libtool.m4 PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk