diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-05-11 16:16:29 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-05-11 16:16:29 +0000 |
commit | d28b44a731de335df91e1c950b8100d67edef854 (patch) | |
tree | 0db3e3c2905d5aeaf5a3df0004f8a1a22e815655 /gdb/Makefile.in | |
parent | 22fe14ad41ac9f7b8fd61bc25e08e51094dcb116 (diff) | |
download | gdb-d28b44a731de335df91e1c950b8100d67edef854.zip gdb-d28b44a731de335df91e1c950b8100d67edef854.tar.gz gdb-d28b44a731de335df91e1c950b8100d67edef854.tar.bz2 |
2004-05-11 Andrew Cagney <cagney@redhat.com>
* ppcnbsd-tdep.c: Include "gdb_assert.h".
* Makefile.in (ppcnbsd-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 151cb1d..07e57a4 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2162,7 +2162,7 @@ ppcnbsd-nat.o: ppcnbsd-nat.c $(defs_h) $(inferior_h) $(ppc_tdep_h) \ $(ppcnbsd_tdep_h) $(gdb_assert_h) ppcnbsd-tdep.o: ppcnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \ $(target_h) $(breakpoint_h) $(value_h) $(osabi_h) $(ppc_tdep_h) \ - $(ppcnbsd_tdep_h) $(nbsd_tdep_h) $(solib_svr4_h) + $(ppcnbsd_tdep_h) $(nbsd_tdep_h) $(solib_svr4_h) $(gdb_assert) ppcobsd-nat.o: ppcobsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ $(ppc_tdep_h) $(ppcobsd_tdep_h) ppcobsd-tdep.o: ppcobsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \ |