]> gcc.gnu.org Git - gcc.git/commitdiff
Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
authorKeith Seitz <kseitz@sources.redhat.com>
Mon, 23 Jun 2003 22:16:07 +0000 (22:16 +0000)
committerDJ Delorie <dj@gcc.gnu.org>
Mon, 23 Jun 2003 22:16:07 +0000 (18:16 -0400)
* Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
* Makefile.in: Regenerate.

From-SVN: r68393

ChangeLog
Makefile.in
Makefile.tpl

index f5d8561c270a624ca9cbe47729c6c31d12c7391b..9b67381fb6a0e5fe1be4fbdda29397cd897c1fe3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
+
+       * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
+       * Makefile.in: Regenerate.
+
 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
 
        * Makefile.def: Introduce flags_to_pass.
index 7b20ac7190dda87ba38f2de545a5e5b6005170d4..9137641c2ca07fa8de4098a3ba0993ae5179fb1d 100644 (file)
@@ -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
index 4852c2a264b3e61cc3808c90645c05995f0d7184..0729415891c6f7eb7c8d4215a5a8cd078ed059cc 100644 (file)
@@ -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
This page took 0.097076 seconds and 5 git commands to generate.