summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-07-14 23:24:58 +0000
committerNicolas Thill <nico@openwrt.org>2008-07-14 23:24:58 +0000
commit89eb716470a2262ccb855d7402711b940805ef20 (patch)
tree4f94fe05b3183dbc83fc7c9c2b42f9a08d7edfab /toolchain/binutils/Makefile
parent3890bd2126a29b85aabbda3fc4311736640ff5fa (diff)
downloadmaster-31e0f0ae-89eb716470a2262ccb855d7402711b940805ef20.tar.gz
master-31e0f0ae-89eb716470a2262ccb855d7402711b940805ef20.tar.bz2
master-31e0f0ae-89eb716470a2262ccb855d7402711b940805ef20.zip
use qstrip macro to strip quoted CONFIG_* strings
SVN-Revision: 11832
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r--toolchain/binutils/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index 8682fa5969..1023d9e671 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -7,8 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=binutils
-PKG_VERSION:=$(strip $(subst ",, $(CONFIG_BINUTILS_VERSION)))
-#"))
+PKG_VERSION:=$(call qstrip,$(CONFIG_BINUTILS_VERSION))
PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/binutils/ \
ftp://gatekeeper.dec.com/pub/GNU/ \