From: Eric Andersen Date: Fri, 11 Feb 2005 21:32:35 +0000 (-0000) Subject: cleanup using a variable before it was defined X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=601b1a1ad18b4fc832a82278c065ca353d5be8bf;p=buildroot.git cleanup using a variable before it was defined --- diff --git a/toolchain/gdb/gdb.mk b/toolchain/gdb/gdb.mk index e8212e93f5..0ab43aeeb4 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