diff options
author | Daniel Jacobowitz <drow@false.org> | 2001-12-08 20:28:44 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2001-12-08 20:28:44 +0000 |
commit | 1e8e5c2ae4c76f4909e69a3aacc4ab894e00944e (patch) | |
tree | f1c064168302b45f30ecf5173baa5c79657e53f8 /gdb | |
parent | fa4baff1b9bdfa6a6ea8316499dcca93dbb5884b (diff) | |
download | gdb-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')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e379288..4236c6c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2001-12-08 Daniel Jacobowitz <drow@mvista.com> + + * Makefile.in (cp-valprint.o): Add dependency on $(cp_abi_h). + 2001-12-08 Jim Blandy <jimb@redhat.com> * config/s390/s390.mh: Don't use the linux-thread.o module; 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) |