diff options
author | Joel Brobecker <brobecker@gnat.com> | 2003-03-18 19:06:54 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2003-03-18 19:06:54 +0000 |
commit | 06600e06816a57df8dbd003b4471d67bedc5286e (patch) | |
tree | f32fcb7605155fb86ec97d79bf85ad2abf0ad8bb /gdb/Makefile.in | |
parent | 7daf4f5bcc74c1e20fbeb2fc16c58e06c7ca4940 (diff) | |
download | gdb-06600e06816a57df8dbd003b4471d67bedc5286e.zip gdb-06600e06816a57df8dbd003b4471d67bedc5286e.tar.gz gdb-06600e06816a57df8dbd003b4471d67bedc5286e.tar.bz2 |
* infrun.c (observer.h): Add #include.
(normal_stop): Add call to observer_notify_normal_stop.
* Makefile.in (infrun.o): Add dependency on observer.h.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index b997c90..a8eaab9 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1817,7 +1817,8 @@ infptrace.o: infptrace.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \ infrun.o: infrun.c $(defs_h) $(gdb_string_h) $(symtab_h) $(frame_h) \ $(inferior_h) $(breakpoint_h) $(gdb_wait_h) $(gdbcore_h) $(gdbcmd_h) \ $(cli_script_h) $(target_h) $(gdbthread_h) $(annotate_h) \ - $(symfile_h) $(top_h) $(inf_loop_h) $(regcache_h) $(value_h) + $(symfile_h) $(top_h) $(inf_loop_h) $(regcache_h) $(value_h) \ + $(observer_h) inftarg.o: inftarg.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \ $(gdbcore_h) $(command_h) $(gdb_stat_h) $(gdb_wait_h) $(inflow_h) infttrace.o: infttrace.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \ |