diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-08-12 19:34:20 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-08-12 19:34:20 +0000 |
commit | 44160db3297f1557d9f58e6a84736f9d18f21b6f (patch) | |
tree | 9d4d37e801f252466f236438a2e2f3c559b0efe5 /gdb/Makefile.in | |
parent | bcf7d3caa297bf5cf3e1269d92884437b47d0d4f (diff) | |
download | gdb-44160db3297f1557d9f58e6a84736f9d18f21b6f.zip gdb-44160db3297f1557d9f58e6a84736f9d18f21b6f.tar.gz gdb-44160db3297f1557d9f58e6a84736f9d18f21b6f.tar.bz2 |
2003-08-12 Andrew Cagney <cagney@redhat.com>
* Makefile.in (dsrec.o): Update dependencies.
* dsrec.c: Include "gdb_assert.h".
(make_srec): Use snprintf instead of sprintf, use a literal format
string.
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 23896f7..436ea1f 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1687,7 +1687,7 @@ 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) +dsrec.o: dsrec.c $(defs_h) $(serial_h) $(srec_h) $(gdb_assert_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) |