diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-02-01 05:50:53 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-02-01 05:50:53 +0000 |
commit | 26ee262d1f4612dbda4777c1d148199d860f6536 (patch) | |
tree | 01c8d4d3900668ba145649785b98c80827db0e7f /gdb/Makefile.in | |
parent | d9b526553b332fb941b0376d3389f5c776402582 (diff) | |
download | gdb-26ee262d1f4612dbda4777c1d148199d860f6536.zip gdb-26ee262d1f4612dbda4777c1d148199d860f6536.tar.gz gdb-26ee262d1f4612dbda4777c1d148199d860f6536.tar.bz2 |
* Makefile.in (cli-cmds.o): Add $(readline_h).
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 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) \ |