aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2002-10-24 00:13:57 +0000
committerDavid Carlton <carlton@bactrian.org>2002-10-24 00:13:57 +0000
commitc38da1aff132c1c35324c97cc89efd3629a006e5 (patch)
tree8504e7474416c47e89da7a9904a1b71f8d31d938 /gdb/Makefile.in
parentb7c4ac2735050449853ee90848aaec70e8435b2c (diff)
downloadgdb-c38da1aff132c1c35324c97cc89efd3629a006e5.zip
gdb-c38da1aff132c1c35324c97cc89efd3629a006e5.tar.gz
gdb-c38da1aff132c1c35324c97cc89efd3629a006e5.tar.bz2
2002-10-23 David Carlton <carlton@math.stanford.edu>
* linespec.c: #include "parser-defs.h". Delete prototype for find_template_name_end. * Makefile.in (linespec.o): Depend on $(parser_defs_h).
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 c3fccd3..5a3a5c6 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1824,7 +1824,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)
+ $(cp_abi_h) $(source_h) $(parser_defs_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)