OSDN Git Service

* Makefile.in (cp-valprint.o): Add dependency on $(cp_abi_h).
authorDaniel Jacobowitz <dan@debian.org>
Sat, 8 Dec 2001 20:28:44 +0000 (20:28 +0000)
committerDaniel Jacobowitz <dan@debian.org>
Sat, 8 Dec 2001 20:28:44 +0000 (20:28 +0000)
gdb/ChangeLog
gdb/Makefile.in

index e379288..4236c6c 100644 (file)
@@ -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;
index cf654af..29a2c8e 100644 (file)
@@ -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)