cleanup using a variable before it was defined
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
# gdb
|
# gdb
|
||||||
#
|
#
|
||||||
######################################################################
|
######################################################################
|
||||||
GDB_VERSION:=$(strip $(GDB_VERSION))
|
GDB_VERSION:=$(strip $(subst ",, $(BR2_GDB_VERSION)))
|
||||||
|
#"
|
||||||
|
|
||||||
GDB_SITE:=http://ftp.gnu.org/gnu/gdb
|
GDB_SITE:=http://ftp.gnu.org/gnu/gdb
|
||||||
|
|
||||||
@@ -192,9 +193,6 @@ gdbclient-dirclean:
|
|||||||
# Toplevel Makefile options
|
# Toplevel Makefile options
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
GDB_VERSION:=$(strip $(subst ",, $(BR2_GDB_VERSION)))
|
|
||||||
#"
|
|
||||||
|
|
||||||
ifeq ($(strip $(BR2_PACKAGE_GDB)),y)
|
ifeq ($(strip $(BR2_PACKAGE_GDB)),y)
|
||||||
TARGETS+=gdb_target
|
TARGETS+=gdb_target
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user