aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2001-03-10 06:17:24 +0000
committerKevin Buettner <kevinb@redhat.com>2001-03-10 06:17:24 +0000
commit21479deda01ad5fe23f41c69a46c10b7806ca5fa (patch)
tree1778b3af8b9df4d6a34af9efb6987d306e6d66e2 /gdb/Makefile.in
parentd7fa9de08de666af5647be3053c6b3f04996277b (diff)
downloadgdb-21479deda01ad5fe23f41c69a46c10b7806ca5fa.zip
gdb-21479deda01ad5fe23f41c69a46c10b7806ca5fa.tar.gz
gdb-21479deda01ad5fe23f41c69a46c10b7806ca5fa.tar.bz2
Cleanup solib-svr4.c by moving legacy code out to its own file.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 3a6c5c3..3a925f6 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1905,10 +1905,12 @@ mon960-rom.o: mon960-rom.c monitor.h $(bfd_h) gdb_wait.h $(defs_h) $(gdbcmd_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 solist.h
-solib-svr4.o: solib.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
+solib-svr4.o: solib-svr4.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 $(regcache_h)
+solib-legacy.o: solib-legacy.c $(defs_h) $(gdbcore_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) \
gdb_string.h source.h completer.h linespec.h