diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-05-22 04:15:36 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-05-22 04:15:36 +0000 |
commit | 9964235a2b0848443dbf77378380375cf41c9164 (patch) | |
tree | 17c0a91c02ae628c861e23c23b5786a10ed0d6b4 /gdb/Makefile.in | |
parent | 9eeef8efe5d2436fd5009cf9dd030373a2945640 (diff) | |
download | gdb-9964235a2b0848443dbf77378380375cf41c9164.zip gdb-9964235a2b0848443dbf77378380375cf41c9164.tar.gz gdb-9964235a2b0848443dbf77378380375cf41c9164.tar.bz2 |
* Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
to dependency list.
* alphanbsd-tdep.c: Include solib-svr4.h.
* shnbsd-tdep.c: Ditto.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 69723dd..c050aeb 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1278,7 +1278,7 @@ alphabsd-tdep.o: alphabsd-tdep.c $(defs_h) $(regcache_h) alphabsd-tdep.h alphafbsd-tdep.o: alphafbsd-tdep.c $(defs_h) $(value_h) $(alpha_tdep_h) alphanbsd-tdep.o: alphanbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \ - $(value_h) $(alpha_tdep_h) alphabsd-tdep.h nbsd-tdep.h + $(value_h) $(alpha_tdep_h) solib-svr4.h alphabsd-tdep.h nbsd-tdep.h annotate.o: annotate.c $(defs_h) $(annotate_h) $(value_h) $(target_h) $(gdbtypes_h) @@ -2071,7 +2071,7 @@ sh-tdep.o: sh-tdep.c $(bfd_h) $(dis_asm_h) \ $(regcache_h) $(doublest_h) $(sh_tdep_h) shnbsd-tdep.o: shnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \ - $(value_h) $(sh_tdep_h) shnbsd-tdep.h nbsd-tdep.h + $(value_h) $(sh_tdep_h) solib-svr4.h shnbsd-tdep.h nbsd-tdep.h shnbsd-nat.o: shnbsd-nat.c $(defs_h) $(inferior_h) shnbsd-tdep.h |