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 | 735b0a26e7b6aefc94ba046cc2838d023048d42d (patch) | |
tree | 54f565b0e7059c4f77eb06e1d2c361eb3f612aef /gdb/Makefile.in | |
parent | 21ff3d7b38930f55a0791434a587425a8a37f2ed (diff) | |
download | gdb-735b0a26e7b6aefc94ba046cc2838d023048d42d.tar.gz |
* 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 c2c14424f16..418f3d26d54 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) |