diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-01-19 22:54:56 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-01-19 22:54:56 +0000 |
commit | e06e235377b5e6a9c4a45c9443b84e5142ff8bec (patch) | |
tree | 09806d1c2df68ee66ef04c27d0596d91be9935d6 /gdb/Makefile.in | |
parent | 065a1afc0492b6d06eb1e890c8c27d04dfc42639 (diff) | |
download | gdb-e06e235377b5e6a9c4a45c9443b84e5142ff8bec.zip gdb-e06e235377b5e6a9c4a45c9443b84e5142ff8bec.tar.gz gdb-e06e235377b5e6a9c4a45c9443b84e5142ff8bec.tar.bz2 |
2005-01-19 Andrew Cagney <cagney@gnu.org>
* utils.c (quit): Simplify, call fatal.
* exceptions.c: Include "serial.h"
(print_flush): Mimic flush code found in utils.c:quit.
* Makefile.in: Update dependencies.
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 2fdfa08..6a530ba 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1898,7 +1898,7 @@ event-top.o: event-top.c $(defs_h) $(top_h) $(inferior_h) $(target_h) \ $(exceptions_h) $(gdbcmd_h) $(readline_h) $(readline_history_h) exceptions.o: exceptions.c $(defs_h) $(exceptions_h) $(breakpoint_h) \ $(target_h) $(inferior_h) $(annotate_h) $(ui_out_h) $(gdb_assert_h) \ - $(gdb_string_h) + $(gdb_string_h) $(serial_h) exec.o: exec.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) $(gdbcmd_h) \ $(language_h) $(symfile_h) $(objfiles_h) $(completer_h) $(value_h) \ $(exec_h) $(readline_h) $(gdb_string_h) $(gdbcore_h) $(gdb_stat_h) \ |