* Makefile.in (cp-valprint.o): Add dependency on $(cp_abi_h).
This commit is contained in:
parent
fa4baff1b9
commit
1e8e5c2ae4
2 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue