aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-11-20 10:20:33 +0000
committerMark Kettenis <kettenis@gnu.org>2004-11-20 10:20:33 +0000
commit91f54576a276e05c8a85e45bf9da835faf4d7be7 (patch)
tree4a7da71ac84d92722cc8ad1e19824eee66ac590d /gdb/Makefile.in
parenta728960949c7e21c6172b3464a4e7a91f65d4baa (diff)
downloadgdb-91f54576a276e05c8a85e45bf9da835faf4d7be7.zip
gdb-91f54576a276e05c8a85e45bf9da835faf4d7be7.tar.gz
gdb-91f54576a276e05c8a85e45bf9da835faf4d7be7.tar.bz2
* dbxread.c: Include "gdb_string.h".
(record_minimal_symbol, read_ofile_symtab): Replace DEPRECATED_STREQ and DEPRECATED_STREQN with strcmp and strncmp. * Makefile.in (dbxread.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 295f9ae..2baebbf 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1830,7 +1830,7 @@ dbxread.o: dbxread.c $(defs_h) $(gdb_string_h) $(gdb_obstack_h) \
$(gdb_stat_h) $(symtab_h) $(breakpoint_h) $(target_h) $(gdbcore_h) \
$(libaout_h) $(objfiles_h) $(buildsym_h) $(stabsread_h) \
$(gdb_stabs_h) $(demangle_h) $(complaints_h) $(cp_abi_h) \
- $(gdb_assert_h) $(aout_aout64_h) $(aout_stab_gnu_h)
+ $(gdb_assert_h) $(gdb_string_h) $(aout_aout64_h) $(aout_stab_gnu_h)
dcache.o: dcache.c $(defs_h) $(dcache_h) $(gdbcmd_h) $(gdb_string_h) \
$(gdbcore_h) $(target_h)
demangle.o: demangle.c $(defs_h) $(command_h) $(gdbcmd_h) $(demangle_h) \