diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-10-24 20:05:36 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-10-24 20:05:36 +0000 |
commit | 13437d4b4b35feeefd79067153fb01ef80db0fb2 (patch) | |
tree | de7c6b47aa66c0a2f7c3fb434ee922ec78180bd8 /gdb/Makefile.in | |
parent | 42f5c13f56a779a189fb00330b71fc401ad58858 (diff) | |
download | gdb-13437d4b4b35feeefd79067153fb01ef80db0fb2.zip gdb-13437d4b4b35feeefd79067153fb01ef80db0fb2.tar.gz gdb-13437d4b4b35feeefd79067153fb01ef80db0fb2.tar.bz2 |
Reorganize solib.c.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index a1751cc..ff3d169 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1840,7 +1840,11 @@ mon960-rom.o: mon960-rom.c monitor.h $(bfd_h) gdb_wait.h $(defs_h) $(gdbcmd_h) \ $(inferior_h) target.h serial.h terminal.h solib.o: solib.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \ - objfiles.h gnu-regex.h symfile.h target.h gdb_string.h + objfiles.h gnu-regex.h symfile.h target.h gdb_string.h solist.h + +solib-svr4.o: solib.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \ + objfiles.h gnu-regex.h symfile.h target.h gdb_string.h solist.h \ + solib-svr4.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) \ |