diff options
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index ce5573d..b4e3a44 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -901,7 +901,7 @@ user_regs_h = user-regs.h valprint_h = valprint.h value_h = value.h $(doublest_h) $(frame_h) $(symtab_h) $(gdbtypes_h) \ $(expression_h) -varobj_h = varobj.h $(symtab_h) $(gdbtypes_h) +varobj_h = varobj.h $(symtab_h) $(gdbtypes_h) $(vec_h) vax_tdep_h = vax-tdep.h vec_h = vec.h $(gdb_assert_h) $(gdb_string_h) version_h = version.h |