2001-11-14 Michael Snyder <msnyder@redhat.com>

* Makefile.in (doublest.o): Add dependency on gdbtypes.h.
This commit is contained in:
Michael Snyder 2001-11-14 18:38:01 +00:00
parent c1a44b0823
commit befc81ac1d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-11-14 Michael Snyder <msnyder@redhat.com>
* Makefile.in (doublest.o): Add dependency on gdbtypes.h.
2001-11-10 Andrew Cagney <ac131313@redhat.com>
* arm-tdep.c (arm_register_type): New function.

View File

@ -1270,7 +1270,7 @@ c-typeprint.o: c-typeprint.c c-lang.h $(defs_h) $(expression_h) \
c-valprint.o: c-valprint.c $(defs_h) $(expression_h) $(gdbtypes_h) \
$(language_h) $(symtab_h) $(valprint_h) $(value_h) $(cp_abi_h)
doublest.o: doublest.c $(defs_h) $(doublest_h) $(floatformat_h) \
doublest.o: doublest.c $(defs_h) $(doublest_h) $(floatformat_h) $(gdbtypes_h) \
gdb_assert.h gdb_string.h
f-lang.o: f-lang.c f-lang.h $(defs_h) $(expression_h) $(gdbtypes_h) \