diff options
author | Joel Brobecker <brobecker@gnat.com> | 2002-09-17 04:45:50 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2002-09-17 04:45:50 +0000 |
commit | d9025a1885f5d21a2589fd3fa0156263e01a301f (patch) | |
tree | da9ec371527ddfb8a5c4fc92ab4657d3b0f526ea /gdb/Makefile.in | |
parent | 48b9193866818e75b4aacf07f887c4107e9739f9 (diff) | |
download | gdb-d9025a1885f5d21a2589fd3fa0156263e01a301f.zip gdb-d9025a1885f5d21a2589fd3fa0156263e01a301f.tar.gz gdb-d9025a1885f5d21a2589fd3fa0156263e01a301f.tar.bz2 |
* osfsolib.c: Remove file, replaced by solib-osf.c.
* Makefile.in: Remove compilation rules for osfsolib.c.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index c2c1442..418f3d2 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1948,9 +1948,6 @@ op50-rom.o: op50-rom.c $(defs_h) $(gdbcore_h) $(target_h) $(monitor_h) \ $(serial_h) # OBSOLETE os9kread.o: os9kread.c osabi.o: osabi.c $(defs_h) $(gdb_string_h) $(osabi_h) $(elf_bfd_h) -osfsolib.o: osfsolib.c $(defs_h) $(gdb_string_h) $(symtab_h) $(bfd_h) \ - $(symfile_h) $(objfiles_h) $(gdbcore_h) $(command_h) $(target_h) \ - $(frame_h) $(gdb_regex_h) $(inferior_h) $(language_h) $(gdbcmd_h) p-lang.o: p-lang.c $(defs_h) $(gdb_string_h) $(symtab_h) $(gdbtypes_h) \ $(expression_h) $(parser_defs_h) $(language_h) $(p_lang_h) \ $(valprint_h) |