devel/binutils: fix typo in libbfd install step
authorAndy Boyett <agb@openwrt.org>
Tue, 30 Jun 2009 05:51:44 +0000 (05:51 +0000)
committerAndy Boyett <agb@openwrt.org>
Tue, 30 Jun 2009 05:51:44 +0000 (05:51 +0000)
SVN-Revision: 16632

devel/binutils/Makefile

index a80bef6a17bd33af7ccf7bec3abcaad4e8b10655..16b39bcf684248238502e1f91085a89ff2070489 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006-2009 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=binutils
 PKG_VERSION:=$(strip $(subst ",, $(CONFIG_BINUTILS_VERSION)))
 #"))
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 PKG_SOURCE_URL:=@GNU/binutils
 PKG_SOURCE:=binutils-$(PKG_VERSION).tar.bz2
 PATCH_DIR:=$(TOPDIR)/toolchain/binutils/patches/$(PKG_VERSION)
@@ -80,7 +80,7 @@ define Package/binutils/install
        rm -f $(1)/usr/bin/objdump
 endef
 
-define Package/libbdf/install
+define Package/libbfd/install
     true
 endef