* Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
* Makefile.in: Regenerate.
This commit is contained in:
parent
449a5da47c
commit
8f32e830b8
3 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue