From 601b1a1ad18b4fc832a82278c065ca353d5be8bf Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 11 Feb 2005 21:32:35 +0000 Subject: cleanup using a variable before it was defined --- toolchain/gdb/gdb.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'toolchain/gdb/gdb.mk') diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk index e8212e93f..0ab43aeeb 100644 --- a/toolchain/gdb/gdb.mk +++ b/toolchain/gdb/gdb.mk @@ -3,7 +3,8 @@ # gdb # ###################################################################### -GDB_VERSION:=$(strip $(GDB_VERSION)) +GDB_VERSION:=$(strip $(subst ",, $(BR2_GDB_VERSION))) +#" GDB_SITE:=http://ftp.gnu.org/gnu/gdb @@ -192,9 +193,6 @@ gdbclient-dirclean: # Toplevel Makefile options # ############################################################# -GDB_VERSION:=$(strip $(subst ",, $(BR2_GDB_VERSION))) -#" - ifeq ($(strip $(BR2_PACKAGE_GDB)),y) TARGETS+=gdb_target endif -- cgit v1.2.3