aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2001-12-08 20:28:44 +0000
committerDaniel Jacobowitz <drow@false.org>2001-12-08 20:28:44 +0000
commit1e8e5c2ae4c76f4909e69a3aacc4ab894e00944e (patch)
treef1c064168302b45f30ecf5173baa5c79657e53f8 /gdb/Makefile.in
parentfa4baff1b9bdfa6a6ea8316499dcca93dbb5884b (diff)
downloadgdb-1e8e5c2ae4c76f4909e69a3aacc4ab894e00944e.zip
gdb-1e8e5c2ae4c76f4909e69a3aacc4ab894e00944e.tar.gz
gdb-1e8e5c2ae4c76f4909e69a3aacc4ab894e00944e.tar.bz2
* 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 cf654af..29a2c8e 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)