diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 81e0dad00d..78bdc8eea7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Thu Jul 28 10:43:36 1994 Fred Fish (fnf@cygnus.com) + + * Makefile.in (annotate.o): Add dependencies. + Wed Jul 27 14:34:42 1994 J.T. Conklin (jtc@phishhead.cygnus.com) * sparclite/aload.c: Added new -q (quiet) option. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 42cb5584f4..3eb01287e8 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) \