cleanup using a variable before it was defined
authorEric Andersen <andersen@codepoet.org>
Fri, 11 Feb 2005 21:32:35 +0000 (21:32 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 11 Feb 2005 21:32:35 +0000 (21:32 -0000)
toolchain/gdb/gdb.mk

index e8212e93f58d8c76a849e186e90c13936810bd03..0ab43aeeb43035101044f78dc05798fa11f7e81c 100644 (file)
@@ -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