[packages] devel/binutils: Fixed autoreconf
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Dec 2010 01:39:00 +0000 (01:39 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 12 Dec 2010 01:39:00 +0000 (01:39 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24507 3c298f89-4303-0410-b956-a3cf2f4a3e73

devel/binutils/Makefile

index 1ee9c0d..2afbd59 100644 (file)
@@ -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