diff options
author | Fred Fish <fnf@specifix.com> | 1994-07-28 18:24:07 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1994-07-28 18:24:07 +0000 |
commit | 8aa8690c8bc6e16b8811c089bc8d407ae5a12350 (patch) | |
tree | 54bccc057f9a2745d1659cf20eebee8c1b54e208 /gdb/Makefile.in | |
parent | ff59855b7d8b615f45488f7ce50fa1d17fe53782 (diff) | |
download | gdb-8aa8690c8bc6e16b8811c089bc8d407ae5a12350.zip gdb-8aa8690c8bc6e16b8811c089bc8d407ae5a12350.tar.gz gdb-8aa8690c8bc6e16b8811c089bc8d407ae5a12350.tar.bz2 |
* Makefile.in (annotate.o): Add dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 42cb558..3eb0128 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1088,6 +1088,9 @@ alpha-tdep.o: alpha-tdep.c $(defs_h) $(gdbcmd_h) $(gdbcore_h) \ $(inferior_h) $(symtab_h) $(dis-asm.h) altos-xdep.o: altos-xdep.c $(defs_h) $(gdbcore_h) $(inferior_h) + +annotate.o: annotate.c $(defs_h) annotate.h $(value_h) target.h $(gdbtypes_h) + arm-pinsn.o: arm-pinsn.c $(OP_INCLUDE)/arm.h $(defs_h) $(symtab_h) blockframe.o: blockframe.c $(defs_h) $(gdbcore_h) $(inferior_h) \ |