diff options
author | Pedro Alves <palves@redhat.com> | 2015-02-26 17:13:58 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2015-02-26 17:13:58 +0000 |
commit | 532f44ed674a74edc1ef1aa6fd7fed911413e1ba (patch) | |
tree | 9a2147e680bc3e6ffc7e1b6a432a40148428a60f /gdb/Makefile.in | |
parent | 081a1c2cede38dfb837e3d89539416fd836be4fe (diff) | |
download | gdb-532f44ed674a74edc1ef1aa6fd7fed911413e1ba.zip gdb-532f44ed674a74edc1ef1aa6fd7fed911413e1ba.tar.gz gdb-532f44ed674a74edc1ef1aa6fd7fed911413e1ba.tar.bz2 |
Rename windows-termcap.c -> stub-termcap.c
Preparation for using this on all hosts.
Confirmed that --host=x86_64-w64-mingw32 still builds the stub
termcap.
gdb/ChangeLog:
2015-02-26 Pedro Alves <palves@redhat.com>
* windows-termcap.c: Rename to ...
* stub-termcap.c: ... this. Adjust header line.
* Makefile.in (SFILES): Refer to stub-termcap.c instead of
windows-termcap.c.
* configure: Regenerate.
* configure.ac: Refer to stub-termcap.o instead of
windows-termcap.o.
* gdb_curses.h: Mention stub-termcap.c instead of
windows-termcap.c.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 16e2f1c..e9f22d6 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -868,7 +868,7 @@ SFILES = ada-exp.y ada-lang.c ada-typeprint.c ada-valprint.c ada-tasks.c \ jit.c \ xml-syscall.c \ annotate.c common/signals.c copying.c dfp.c gdb.c inf-child.c \ - sol-thread.c windows-termcap.c \ + sol-thread.c stub-termcap.c \ common/gdb_vecs.c common/common-utils.c common/xml-utils.c \ common/ptid.c common/buffer.c gdb-dlfcn.c common/agent.c \ common/format.c common/filestuff.c btrace.c record-btrace.c ctf.c \ |