From 89eb716470a2262ccb855d7402711b940805ef20 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Mon, 14 Jul 2008 23:24:58 +0000 Subject: use qstrip macro to strip quoted CONFIG_* strings SVN-Revision: 11832 --- toolchain/binutils/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'toolchain/binutils') 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/ \ -- cgit v1.2.3