From: Keith Seitz Date: Mon, 23 Jun 2003 21:30:43 +0000 (+0000) Subject: * Makefile.tpl: Add maybe-configure-itcl to configure-gdb. X-Git-Tag: ezannoni_pie-20030916-branchpoint~1034 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f32e830b846dab28e84dbd22a9876aaca7aaa1a;p=platform%2Fupstream%2Fbinutils.git * Makefile.tpl: Add maybe-configure-itcl to configure-gdb. * Makefile.in: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 73d3edd..5f03656 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-06-23 Keith Seitz + + * Makefile.tpl: Add maybe-configure-itcl to configure-gdb. + * Makefile.in: Regenerate. + 2003-06-23 Nathanael Nerode * Makefile.def: Introduce flags_to_pass. diff --git a/Makefile.in b/Makefile.in index 7b20ac7..9137641 100644 --- a/Makefile.in +++ b/Makefile.in @@ -23747,7 +23747,7 @@ all-bootstrap: maybe-all-libiberty maybe-all-texinfo maybe-all-bison maybe-all-b # Host modules specific to gdb. # GDB needs to know that the simulator is being built. -configure-gdb: maybe-configure-tcl maybe-configure-tk maybe-configure-sim +configure-gdb: maybe-configure-itcl maybe-configure-tcl maybe-configure-tk maybe-configure-sim GDB_TK = @GDB_TK@ all-gdb: maybe-all-libiberty maybe-all-opcodes maybe-all-bfd maybe-all-mmalloc maybe-all-readline maybe-all-bison maybe-all-byacc maybe-all-sim $(gdbnlmrequirements) $(GDB_TK) install-gdb: maybe-install-tcl maybe-install-tk maybe-install-itcl maybe-install-tix maybe-install-libgui diff --git a/Makefile.tpl b/Makefile.tpl index 4852c2a..0729415 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1292,7 +1292,7 @@ all-bootstrap: maybe-all-libiberty maybe-all-texinfo maybe-all-bison maybe-all-b # Host modules specific to gdb. # GDB needs to know that the simulator is being built. -configure-gdb: maybe-configure-tcl maybe-configure-tk maybe-configure-sim +configure-gdb: maybe-configure-itcl maybe-configure-tcl maybe-configure-tk maybe-configure-sim GDB_TK = @GDB_TK@ all-gdb: maybe-all-libiberty maybe-all-opcodes maybe-all-bfd maybe-all-mmalloc maybe-all-readline maybe-all-bison maybe-all-byacc maybe-all-sim $(gdbnlmrequirements) $(GDB_TK) install-gdb: maybe-install-tcl maybe-install-tk maybe-install-itcl maybe-install-tix maybe-install-libgui