aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorAdam Fedor <fedor@gnu.org>2003-04-27 03:23:38 +0000
committerAdam Fedor <fedor@gnu.org>2003-04-27 03:23:38 +0000
commitd2630e6981fdf96c90cd6d9ec80d78c9155a80b9 (patch)
treee0ee61ebe868bdd68dbefeb88e209150a91baadd /gdb/Makefile.in
parent3086aeaed22acb8842edf19a78623790ab8962a3 (diff)
downloadgdb-d2630e6981fdf96c90cd6d9ec80d78c9155a80b9.zip
gdb-d2630e6981fdf96c90cd6d9ec80d78c9155a80b9.tar.gz
gdb-d2630e6981fdf96c90cd6d9ec80d78c9155a80b9.tar.bz2
* linespec.c (decode_objc): New function to decode ObjC calls
(decode_line_1): Check for ObjC calls (using decode_objc) * Makefile (linespec.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 bf51776..7c582ff 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1886,7 +1886,7 @@ lin-lwp.o: lin-lwp.c $(defs_h) $(gdb_assert_h) $(gdb_string_h) $(gdb_wait_h) \
$(gdbthread_h) $(inferior_h) $(target_h) $(regcache_h) $(gdbcmd_h)
linespec.o: linespec.c $(defs_h) $(symtab_h) $(frame_h) $(command_h) \
$(symfile_h) $(objfiles_h) $(demangle_h) $(value_h) $(completer_h) \
- $(cp_abi_h) $(source_h) $(parser_defs_h) $(block_h)
+ $(cp_abi_h) $(source_h) $(parser_defs_h) $(block_h) $(objc_lang_h)
linux-proc.o: linux-proc.c $(defs_h) $(inferior_h) $(regcache_h) \
$(gregset_h) $(gdbcore_h) $(gdbthread_h) $(elf_bfd_h) \
$(cli_decode_h) $(gdb_string_h)