diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-05-28 16:55:30 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-05-28 16:55:30 +0000 |
commit | 8905984da1fc92ba7d65022b5c878ae7de866542 (patch) | |
tree | 5cd129b6efb37f2742e7bef0ca06f5e7fb3b249e /gdb/Makefile.in | |
parent | 9bf28f0fda5f941c66c2cd43da37fde0ee4717c3 (diff) | |
download | gdb-8905984da1fc92ba7d65022b5c878ae7de866542.zip gdb-8905984da1fc92ba7d65022b5c878ae7de866542.tar.gz gdb-8905984da1fc92ba7d65022b5c878ae7de866542.tar.bz2 |
* solib-aix5.c: Delete.
* Makefile.in (solib-aix5.o): Delete rule.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 5077e67..4704cf8 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2564,10 +2564,6 @@ sh-tdep.o: sh-tdep.c $(defs_h) $(frame_h) $(frame_base_h) $(frame_unwind_h) \ $(doublest_h) $(osabi_h) $(sh_tdep_h) $(elf_bfd_h) $(solib_svr4_h) \ $(elf_sh_h) $(gdb_sim_sh_h) $(reggroups_h) sol2-tdep.o: sol2-tdep.c $(defs_h) $(frame_h) $(symtab_h) $(sol2_tdep_h) -solib-aix5.o: solib-aix5.c $(defs_h) $(gdb_string_h) $(elf_external_h) \ - $(symtab_h) $(bfd_h) $(symfile_h) $(objfiles_h) $(gdbcore_h) \ - $(command_h) $(target_h) $(frame_h) $(gdb_regex_h) $(inferior_h) \ - $(environ_h) $(language_h) $(gdbcmd_h) $(solist_h) solib.o: solib.c $(defs_h) $(gdb_string_h) $(symtab_h) $(bfd_h) $(symfile_h) \ $(objfiles_h) $(exceptions_h) $(gdbcore_h) $(command_h) $(target_h) \ $(frame_h) $(gdb_regex_h) $(inferior_h) $(environ_h) $(language_h) \ |