diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-03-04 17:52:53 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-03-04 17:52:53 +0000 |
commit | 6867ae3eab6112d511dad8ea86572f9fc4095b6d (patch) | |
tree | 01da734a7e0b1d72890201794ad8646745640ba0 /gdb/Makefile.in | |
parent | f90221d302a76d152db1ff293985d0c018593dc2 (diff) | |
download | gdb-6867ae3eab6112d511dad8ea86572f9fc4095b6d.zip gdb-6867ae3eab6112d511dad8ea86572f9fc4095b6d.tar.gz gdb-6867ae3eab6112d511dad8ea86572f9fc4095b6d.tar.bz2 |
* Makefile.in (remote.o): Update dependencies.
* remote.c: Include "observer.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 225b83c..159d8d7 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2390,7 +2390,7 @@ remote.o: remote.c $(defs_h) $(gdb_string_h) $(inferior_h) $(bfd_h) \ $(symfile_h) $(exceptions_h) $(target_h) $(gdbcmd_h) $(objfiles_h) \ $(gdb_stabs_h) $(gdbthread_h) $(remote_h) $(regcache_h) $(value_h) \ $(gdb_assert_h) $(event_loop_h) $(event_top_h) $(inf_loop_h) \ - $(serial_h) $(gdbcore_h) $(remote_fileio_h) + $(serial_h) $(gdbcore_h) $(remote_fileio_h) $(observer_h) remote-e7000.o: remote-e7000.c $(defs_h) $(gdbcore_h) $(gdbarch_h) \ $(inferior_h) $(target_h) $(value_h) $(command_h) $(gdb_string_h) \ $(exceptions_h) $(gdbcmd_h) $(serial_h) $(remote_utils_h) \ |