aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-11-25 16:01:36 +0000
committerAndrew Cagney <cagney@redhat.com>2003-11-25 16:01:36 +0000
commitaff6338aa94b864c1023667204ba26874599b662 (patch)
tree9122d1ee801bee51990b3a0298303f501a37e140 /gdb/Makefile.in
parentf4e8b6f343aa10df99e887bc8ab6a062cffc0a71 (diff)
downloadgdb-aff6338aa94b864c1023667204ba26874599b662.zip
gdb-aff6338aa94b864c1023667204ba26874599b662.tar.gz
gdb-aff6338aa94b864c1023667204ba26874599b662.tar.bz2
2003-11-25 Andrew Cagney <cagney@redhat.com>
* infrun.c: Don't include "exec.h". (handle_inferior_event): Pass current_target, instead of exec_ops, to SOLIB_ADD. Add comments. * Makefile.in (infrun.o): Update dependencies.
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 70f3abd..e281f3b 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) $(exec_h)
+ $(observer_h) $(language_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) \