summaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2001-12-08 20:28:44 +0000
committerDaniel Jacobowitz <dan@debian.org>2001-12-08 20:28:44 +0000
commitb572610d19681d136edf95cd5e9965e075bda6a2 (patch)
treefdce5f0af8f442e48d15f9833d942c30b2bf2a9a /gdb/Makefile.in
parentf26878e74003042dd0f660e4724e7c9bda794a4c (diff)
downloadgdb-b572610d19681d136edf95cd5e9965e075bda6a2.tar.gz
* Makefile.in (cp-valprint.o): Add dependency on $(cp_abi_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 cf654afb114..29a2c8e1e1c 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1333,7 +1333,7 @@ corelow.o: corelow.c $(command_h) $(defs_h) $(gdbcore_h) $(inferior_h) \
cp-abi.o: cp-abi.c $(defs_h) $(value_h) $(cp_abi_h)
cp-valprint.o: cp-valprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \
- $(gdbtypes_h) $(symtab_h) $(value_h) $(gdb_string_h)
+ $(gdbtypes_h) $(symtab_h) $(value_h) $(gdb_string_h) $(cp_abi_h)
dcache.o: dcache.c $(dcache_h) $(defs_h) $(gdbcmd_h) $(gdb_string_h) \
$(gdbcore_h) $(target_h)