diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-07-14 23:24:58 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-07-14 23:24:58 +0000 |
commit | 89eb716470a2262ccb855d7402711b940805ef20 (patch) | |
tree | 4f94fe05b3183dbc83fc7c9c2b42f9a08d7edfab /toolchain/binutils/Makefile | |
parent | 3890bd2126a29b85aabbda3fc4311736640ff5fa (diff) | |
download | upstream-89eb716470a2262ccb855d7402711b940805ef20.tar.gz upstream-89eb716470a2262ccb855d7402711b940805ef20.tar.bz2 upstream-89eb716470a2262ccb855d7402711b940805ef20.zip |
use qstrip macro to strip quoted CONFIG_* strings
SVN-Revision: 11832
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r-- | toolchain/binutils/Makefile | 3 |
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/ \ |