]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
authorKeith Seitz <keiths@redhat.com>
Wed, 25 Jun 2003 03:24:41 +0000 (03:24 +0000)
committerKeith Seitz <keiths@redhat.com>
Wed, 25 Jun 2003 03:24:41 +0000 (03:24 +0000)
        * Makefile.in: Regenerate.

ChangeLog
Makefile.in
Makefile.tpl

index 071af0ec77d491609be39621974c74c0fc1bb4cb..b2845aee4b2c5b2a71f09f5050a91dd873a9b216 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-24  Keith Seitz  <kseitz@sources.redhat.com>
+
+       * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
+       * Makefile.in: Regenerate.
+
 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
 
        * configure.in: Update testsuite_flags to new location.
index 00858635a03d3d72ba9d23e8ef7604e83da84e60..f68581e9e105c967e24c2a2f74be9acc7fe4a638 100644 (file)
@@ -23748,7 +23748,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 f3a875ba659db72ff23d6315c460991747a457a1..2c8830f6627115e8b5f10d6013a6f2eeb9262f14 100644 (file)
@@ -1353,7 +1353,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