diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-08-31 22:46:20 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-08-31 22:46:20 +0000 |
commit | 40543c4df7b1b5418ab276e52e80e409065e6a62 (patch) | |
tree | fe1f1291d1ec349a5d418cf6a28d2df26e706d96 /gdb/Makefile.in | |
parent | 2ca8ae213fae4c0525535b7ecc9747764a5489d1 (diff) | |
download | gdb-40543c4df7b1b5418ab276e52e80e409065e6a62.zip gdb-40543c4df7b1b5418ab276e52e80e409065e6a62.tar.gz gdb-40543c4df7b1b5418ab276e52e80e409065e6a62.tar.bz2 |
* Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
than nbsd-tdep.h.
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 55838c6..2389bdc 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1906,7 +1906,7 @@ mipsnbsd-nat.o: mipsnbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ $(mipsnbsd_tdep_h) mipsnbsd-tdep.o: mipsnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \ $(target_h) $(value_h) $(osabi_h) $(mipsnbsd_tdep_h) $(solib_svr4_h) \ - nbsd-tdep.h + $(nbsd_tdep_h) mipsread.o: mipsread.c $(defs_h) $(gdb_string_h) $(bfd_h) $(symtab_h) \ $(symfile_h) $(objfiles_h) $(buildsym_h) $(stabsread_h) \ $(coff_sym_h) $(coff_internal_h) $(coff_ecoff_h) $(libcoff_h) \ |