diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-05-01 16:04:24 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-05-01 16:04:24 +0000 |
commit | e908eab4d89b8f898dc1410895f6e39dc74ed6ad (patch) | |
tree | 7246c551e58fe65d6affb038591fccd6901874ef /gdb/Makefile.in | |
parent | 36d3b95500e41eafdea62bb4bd6583a5a391ec43 (diff) | |
download | gdb-e908eab4d89b8f898dc1410895f6e39dc74ed6ad.zip gdb-e908eab4d89b8f898dc1410895f6e39dc74ed6ad.tar.gz gdb-e908eab4d89b8f898dc1410895f6e39dc74ed6ad.tar.bz2 |
* somsolib.c, somsolib.h: Remove files.
* Makefile.in (somsolib_h): Remove.
(somsolib.o): Remove dependency.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 053e722..4bf5cec 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -773,7 +773,6 @@ solib_pa64_h = solib-pa64.h solib_som_h = solib-som.h solib_svr4_h = solib-svr4.h solist_h = solist.h -somsolib_h = somsolib.h source_h = source.h sparc64_tdep_h = sparc64-tdep.h $(sparc_tdep_h) sparc_nat_h = sparc-nat.h @@ -2553,10 +2552,6 @@ somread.o: somread.c $(defs_h) $(bfd_h) $(symtab_h) $(symfile_h) \ $(objfiles_h) $(buildsym_h) $(stabsread_h) $(gdb_stabs_h) \ $(complaints_h) $(gdb_string_h) $(demangle_h) $(som_h) $(libhppa_h) \ $(solib_som_h) -somsolib.o: somsolib.c $(defs_h) $(frame_h) $(bfd_h) $(som_h) $(libhppa_h) \ - $(gdbcore_h) $(symtab_h) $(breakpoint_h) $(symfile_h) $(objfiles_h) \ - $(inferior_h) $(gdb_stabs_h) $(gdb_stat_h) $(gdbcmd_h) $(language_h) \ - $(regcache_h) $(gdb_assert_h) $(exec_h) $(hppa_tdep_h) source.o: source.c $(defs_h) $(symtab_h) $(expression_h) $(language_h) \ $(command_h) $(source_h) $(gdbcmd_h) $(frame_h) $(value_h) \ $(gdb_string_h) $(gdb_stat_h) $(gdbcore_h) $(gdb_regex_h) \ |