diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-24 17:11:26 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-24 17:11:26 +0000 |
commit | 4b658437f1548a451f6f63f3774d7c9a3f5f9df6 (patch) | |
tree | 152ec390798b2337492e2d99679bd8456dbb21b7 /Makefile.in | |
parent | 56245851862012d353a3d3e507de7d32860f1632 (diff) | |
download | gcc-4b658437f1548a451f6f63f3774d7c9a3f5f9df6.tar.gz |
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* Makefile.def: Add dependency from termcap to gdb.
* Makefile.in: Regenerate.
config:
2011-03-24 Paolo Bonzini <bonzini@gnu.org>
* mh-cygwin: Remove obsolete variables and dependencies.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171417 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 2dfc3e577be..fa1c1448f8d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -60576,6 +60576,7 @@ all-gdb: maybe-all-build-bison all-gdb: maybe-all-build-byacc all-gdb: maybe-all-sim all-gdb: maybe-all-libdecnumber +all-gdb: maybe-all-libtermcap configure-libgui: maybe-configure-tcl configure-libgui: maybe-configure-tk all-libgui: maybe-all-tcl |