aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-11-23 23:13:00 +0000
committerAndrew Cagney <cagney@redhat.com>2003-11-23 23:13:00 +0000
commit603942cc64cda6899670f0ab1f0560bbdb515965 (patch)
tree0dd918918187e46785c9f506436db2f1ea4ae474 /gdb/Makefile.in
parentbf640c900344e057cb2d08d36bf79125f88d8454 (diff)
downloadgdb-603942cc64cda6899670f0ab1f0560bbdb515965.zip
gdb-603942cc64cda6899670f0ab1f0560bbdb515965.tar.gz
gdb-603942cc64cda6899670f0ab1f0560bbdb515965.tar.bz2
2003-11-23 Andrew Cagney <cagney@redhat.com>
* Makefile.in (infrun.o): Update dependencies. * infrun.c: Include "exec.h". (handle_inferior_event): Pass exec_ops to SOLIB_ADD.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index e281f3b..70f3abd 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1936,7 +1936,7 @@ 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) \
- $(observer_h) $(language_h)
+ $(observer_h) $(language_h) $(exec_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) \