From 532f44ed674a74edc1ef1aa6fd7fed911413e1ba Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Thu, 26 Feb 2015 17:13:58 +0000 Subject: 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 * 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. --- gdb/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/configure') diff --git a/gdb/configure b/gdb/configure index bb9697d..88fbaab 100755 --- a/gdb/configure +++ b/gdb/configure @@ -7190,7 +7190,7 @@ case $host_os in *mingw32*) if test x"$curses_found" != xyes; then ac_cv_search_tgetent="none required" - CONFIG_OBS="$CONFIG_OBS windows-termcap.o" + CONFIG_OBS="$CONFIG_OBS stub-termcap.o" fi ;; esac -- cgit v1.1