aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2001-11-14 18:38:01 +0000
committerMichael Snyder <msnyder@vmware.com>2001-11-14 18:38:01 +0000
commitbefc81ac1d52695f97ae20211a6f2fa7944e602a (patch)
tree5f3650aac79ef37f275cab7cd502a90b6ba3d70f /gdb/Makefile.in
parentc1a44b0823606ed5813c912c66f1a67d904656dd (diff)
downloadgdb-befc81ac1d52695f97ae20211a6f2fa7944e602a.zip
gdb-befc81ac1d52695f97ae20211a6f2fa7944e602a.tar.gz
gdb-befc81ac1d52695f97ae20211a6f2fa7944e602a.tar.bz2
2001-11-14 Michael Snyder <msnyder@redhat.com>
* Makefile.in (doublest.o): Add dependency on gdbtypes.h.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 37e9ccb..d3285a9 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -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) \