diff options
author | Keith Seitz <keiths@redhat.com> | 2003-02-13 18:07:24 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2003-02-13 18:07:24 +0000 |
commit | e46e5ccdd092ca2d34b2611fc66853498e9ebcfe (patch) | |
tree | cbc7726bb65b37d242881034f0dc05e7b2476384 /gdb/Makefile.in | |
parent | 53954f5e85300a6ec1e14300df955e0cd8bd757f (diff) | |
download | gdb-e46e5ccdd092ca2d34b2611fc66853498e9ebcfe.zip gdb-e46e5ccdd092ca2d34b2611fc66853498e9ebcfe.tar.gz gdb-e46e5ccdd092ca2d34b2611fc66853498e9ebcfe.tar.bz2 |
* main.h (struct captured_main_args): Add interpreter_p.
* main.c (captured_main): Initialize interpreter_p from context.
* gdb.c (main): Set interpreter_p argument.
* Makefile.in (gdb.o): Add dependency for interps.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 f4dd665..4783d13 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1682,7 +1682,7 @@ frv-tdep.o: frv-tdep.c $(defs_h) $(inferior_h) $(symfile_h) $(gdbcore_h) \ $(arch_utils_h) $(regcache_h) gcore.o: gcore.c $(defs_h) $(cli_decode_h) $(inferior_h) $(gdbcore_h) \ $(elf_bfd_h) $(symfile_h) $(objfiles_h) -gdb.o: gdb.c $(defs_h) $(main_h) $(gdb_string_h) +gdb.o: gdb.c $(defs_h) $(main_h) $(gdb_string_h) $(interps_h) gdb-events.o: gdb-events.c $(defs_h) $(gdb_events_h) $(gdbcmd_h) gdbarch.o: gdbarch.c $(defs_h) $(arch_utils_h) $(gdbcmd_h) $(inferior_h) \ $(gdb_string_h) $(symtab_h) $(frame_h) $(inferior_h) $(breakpoint_h) \ |