diff options
author | Keith Seitz <keiths@redhat.com> | 2003-06-23 21:30:43 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2003-06-23 21:30:43 +0000 |
commit | dbbbb5ce1eab14e0aaa48af8a313ebb14e76ff2a (patch) | |
tree | 87b02f80317272e7a92b6e3e99f4651bbfbe5aaa /Makefile.tpl | |
parent | f18c59154218756f3c2d81d926583d35de59ca0b (diff) | |
download | gdb-dbbbb5ce1eab14e0aaa48af8a313ebb14e76ff2a.tar.gz |
* Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 4852c2a264b..0729415891c 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 |