diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-03-20 22:09:54 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-03-20 22:09:54 +0000 |
commit | 4c2e239184b254506983640985528115d93aa297 (patch) | |
tree | 416569b2b5fb9068538f6f43e7b6b50531c3e11a /gdb/Makefile.in | |
parent | 04b3329bce557f126e01b08767cb0c7ffe9d5d82 (diff) | |
download | gdb-4c2e239184b254506983640985528115d93aa297.zip gdb-4c2e239184b254506983640985528115d93aa297.tar.gz gdb-4c2e239184b254506983640985528115d93aa297.tar.bz2 |
2003-03-20 Andrew Cagney <cagney@redhat.com>
* Makefile.in (alpha-osf1-tdep.o): Update dependencies.
* alpha-osf1-tdep.c: Include "gdb_string.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 00d8f0e..23c368e 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1490,7 +1490,7 @@ alpha-linux-tdep.o: alpha-linux-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \ alpha-nat.o: alpha-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) $(target_h) \ $(regcache_h) $(alpha_tdep_h) $(gregset_h) $(gdb_string_h) alpha-osf1-tdep.o: alpha-osf1-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \ - $(value_h) $(alpha_tdep_h) $(osabi_h) + $(value_h) $(osabi_h) $(gdb_string_h) $(alpha_tdep_h) alpha-tdep.o: alpha-tdep.c $(defs_h) $(frame_h) $(inferior_h) $(symtab_h) \ $(value_h) $(gdbcmd_h) $(gdbcore_h) $(dis_asm_h) $(symfile_h) \ $(objfiles_h) $(gdb_string_h) $(linespec_h) $(regcache_h) \ |