diff options
author | Fred Fish <fnf@specifix.com> | 1996-01-12 16:01:29 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-01-12 16:01:29 +0000 |
commit | 3730a0edf14527dc947f04a768cae184b49f8bee (patch) | |
tree | d88b5e0de30f0c5cb2ed0f4e04cdd84f099a5d09 /gdb/Makefile.in | |
parent | 7ef893139cfc56fba6db4909dfbcbe210d7e8143 (diff) | |
download | gdb-3730a0edf14527dc947f04a768cae184b49f8bee.zip gdb-3730a0edf14527dc947f04a768cae184b49f8bee.tar.gz gdb-3730a0edf14527dc947f04a768cae184b49f8bee.tar.bz2 |
* lynx-nat.c, irix4-nat.c, sparc-nat.c: Include gdbcore.h
to get "struct core_fns" defined.
* Makefile.in (lynx-nat.o, irix4-nat.o, sparc-nat.o):
Are dependant upon gdbcore_h.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index d03caf8..8fb38f6 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1185,7 +1185,7 @@ infrun.o: infrun.c $(wait_h) $(defs_h) $(gdbcmd_h) $(gdbcore_h) \ inftarg.o: inftarg.c $(wait_h) $(defs_h) $(gdbcore_h) $(inferior_h) \ target.h terminal.h $(command_h) -irix4-nat.o: irix4-nat.c $(defs_h) $(inferior_h) +irix4-nat.o: irix4-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) irix5-nat.o: irix5-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) target.h \ $(symtab_h) symfile.h objfiles.h $(command_h) $(frame_h) gnu-regex.h \ language.h @@ -1195,7 +1195,8 @@ language.o: language.c $(bfd_h) $(defs_h) $(expression_h) $(frame_h) \ $(gdbcmd_h) $(gdbtypes_h) language.h parser-defs.h $(symtab_h) \ target.h $(value_h) -lynx-nat.o: lynx-nat.c $(defs_h) $(frame_h) $(inferior_h) target.h +lynx-nat.o: lynx-nat.c $(defs_h) $(frame_h) $(inferior_h) $(gdbcore_h) \ + target.h m2-lang.o: m2-lang.c $(defs_h) $(expression_h) $(gdbtypes_h) \ language.h m2-lang.h parser-defs.h $(symtab_h) @@ -1407,7 +1408,8 @@ solib.o: solib.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \ source.o: source.c $(defs_h) $(expression_h) $(frame_h) $(gdbcmd_h) \ $(gdbcore_h) language.h objfiles.h gnu-regex.h symfile.h $(symtab_h) -sparc-nat.o: sparc-nat.c $(bfd_h) $(defs_h) $(inferior_h) target.h +sparc-nat.o: sparc-nat.c $(bfd_h) $(defs_h) $(inferior_h) $(gdbcore_h) \ + target.h sparc-tdep.o: sparc-tdep.c $(floatformat_h) $(defs_h) $(gdbcore_h) \ $(inferior_h) objfiles.h symfile.h target.h |