diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-08-28 00:49:31 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-08-28 00:49:31 +0000 |
commit | cdcd555211255de4f4f1fd0d9ad0e11b16d5d81b (patch) | |
tree | 22cb10e901fbebefe6687234e3f4aef7f7f4e344 /gdb/Makefile.in | |
parent | c58c6baf79230a89693a693654fa63f19edf641c (diff) | |
download | gdb-cdcd555211255de4f4f1fd0d9ad0e11b16d5d81b.zip gdb-cdcd555211255de4f4f1fd0d9ad0e11b16d5d81b.tar.gz gdb-cdcd555211255de4f4f1fd0d9ad0e11b16d5d81b.tar.bz2 |
2003-08-27 Andrew Cagney <cagney@redhat.com>
* dsrec.c: Include "gdb_string.h".
* Makefile.in (dsrec.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 39dfab2..67594df 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1701,7 +1701,8 @@ disasm.o: disasm.c $(defs_h) $(target_h) $(value_h) $(ui_out_h) \ doublest.o: doublest.c $(defs_h) $(doublest_h) $(floatformat_h) \ $(gdb_assert_h) $(gdb_string_h) $(gdbtypes_h) dpx2-nat.o: dpx2-nat.c $(defs_h) $(gdbcore_h) $(gdb_string_h) -dsrec.o: dsrec.c $(defs_h) $(serial_h) $(srec_h) $(gdb_assert_h) +dsrec.o: dsrec.c $(defs_h) $(serial_h) $(srec_h) $(gdb_assert_h) \ + $(gdb_string_h) dummy-frame.o: dummy-frame.c $(defs_h) $(dummy_frame_h) $(regcache_h) \ $(frame_h) $(inferior_h) $(gdb_assert_h) $(frame_unwind_h) \ $(command_h) $(gdbcmd_h) |