From 26ee262d1f4612dbda4777c1d148199d860f6536 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Sun, 1 Feb 2004 05:50:53 +0000 Subject: [PATCH] * Makefile.in (cli-cmds.o): Add $(readline_h). --- gdb/ChangeLog | 4 ++++ gdb/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e77cb3f..a190150 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2004-02-01 Daniel Jacobowitz + * Makefile.in (cli-cmds.o): Add $(readline_h). + +2004-02-01 Daniel Jacobowitz + * cli/cli-cmds.c: Include readline.h. (complete_command): Pass the start of the last word to complete_line. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 7c5ec7b..cf3d565 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2543,7 +2543,7 @@ cli-cmds.o: $(srcdir)/cli/cli-cmds.c $(defs_h) $(completer_h) $(target_h) \ $(linespec_h) $(expression_h) $(frame_h) $(value_h) $(language_h) \ $(filenames_h) $(objfiles_h) $(source_h) $(disasm_h) $(ui_out_h) \ $(top_h) $(cli_decode_h) $(cli_script_h) $(cli_setshow_h) \ - $(cli_cmds_h) + $(cli_cmds_h) $(readline_h) $(CC) -c $(INTERNAL_CFLAGS) $(srcdir)/cli/cli-cmds.c cli-decode.o: $(srcdir)/cli/cli-decode.c $(defs_h) $(symtab_h) \ $(gdb_regex_h) $(gdb_string_h) $(ui_out_h) $(cli_cmds_h) \ -- 2.7.4