From: Keith Seitz Date: Wed, 25 Jun 2003 03:24:41 +0000 (+0000) Subject: * Makefile.tpl: Add maybe-configure-itcl to configure-gdb. X-Git-Tag: cagney_x86i386-20030821-branchpoint~167 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7834cb35c3f38ee1df90db25f31845be16bb9ff;p=thirdparty%2Fbinutils-gdb.git * Makefile.tpl: Add maybe-configure-itcl to configure-gdb. * Makefile.in: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 071af0ec77d..b2845aee4b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-06-24 Keith Seitz + + * Makefile.tpl: Add maybe-configure-itcl to configure-gdb. + * Makefile.in: Regenerate. + 2003-06-17 Benjamin Kosnik * configure.in: Update testsuite_flags to new location. diff --git a/Makefile.in b/Makefile.in index 00858635a03..f68581e9e10 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 diff --git a/Makefile.tpl b/Makefile.tpl index f3a875ba659..2c8830f6627 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -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