From f3b86a30f914d3a74e4f167bd4a97170f21a9776 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Wed, 1 Jul 1998 20:17:31 +0000 Subject: Wed Jul 1 13:10:58 1998 Jim Ingham * Moved gdbtk_hooks.c & gdbtk_cmds.c to gdbtk-hooks.c & gdbtk-cmds.c to comply with the gdb conventions. Changed the configure & makefile to reflect the change... --- gdb/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/configure.in') diff --git a/gdb/configure.in b/gdb/configure.in index d2ababd..46af524 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -425,7 +425,7 @@ if test "${enable_gdbtk}" = "yes"; then # were in LIBS then any link tests after this point would # try to include things like `$(LIBGUI)', which wouldn't work. GDBTKLIBS="${TCL_LIBS} ${TK_LIBS}" - CONFIG_OBS="${CONFIG_OBS} gdbtk.o gdbtk_cmds.o gdbtk_hooks.o" + CONFIG_OBS="${CONFIG_OBS} gdbtk.o gdbtk-cmds.o gdbtk-hooks.o" if test x$gdb_cv_os_cygwin32 = xyes; then WIN32LIBS="${WIN32LIBS} -lshell32 -lgdi32 -lcomdlg32 -ladvapi32 -luser32" -- cgit v1.1