summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-08-31 22:46:20 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-08-31 22:46:20 +0000
commitdc22feb5d1beeb5104f06326cad4f38775db341f (patch)
tree87e30ff43b4ad388ea23f4455939303c675f4afe
parent48fd4909ad617c880a0ced5e72b9b04079e8281f (diff)
downloadgdb-dc22feb5d1beeb5104f06326cad4f38775db341f.tar.gz
* Makefile.in (mipsnbsd-tdep.o): Use $(nbsd_tdep_h) rather
than nbsd-tdep.h.
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 55838c6b91e..2389bdc6439 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) \