]> Git Repo - binutils.git/commitdiff
2001-11-14 Michael Snyder <[email protected]>
authorMichael Snyder <[email protected]>
Wed, 14 Nov 2001 18:38:01 +0000 (18:38 +0000)
committerMichael Snyder <[email protected]>
Wed, 14 Nov 2001 18:38:01 +0000 (18:38 +0000)
* Makefile.in (doublest.o): Add dependency on gdbtypes.h.

gdb/ChangeLog
gdb/Makefile.in

index 648d7e3aa781144c5640e432d561ae0d5e017eee..a6a01950a1e075d14270104afb8abd9520162311 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-14  Michael Snyder  <[email protected]>
+
+       * Makefile.in (doublest.o): Add dependency on gdbtypes.h.
+
 2001-11-10  Andrew Cagney  <[email protected]>
 
        * arm-tdep.c (arm_register_type): New function.
index 37e9ccb2151c4ad71b1848497daec6ce6de55aaa..d3285a90234c23b0bf28654ea52910567668e140 100644 (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) \
This page took 0.046493 seconds and 4 git commands to generate.