From: cshore Date: Sun, 12 Dec 2010 01:39:00 +0000 (+0000) Subject: [packages] devel/binutils: Fixed autoreconf X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=d395d978b2cfca25ea2b7348939e8ea3a86769b9;p=packages.git [packages] devel/binutils: Fixed autoreconf git-svn-id: svn://svn.openwrt.org/openwrt/packages@24507 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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