From 8aa8690c8bc6e16b8811c089bc8d407ae5a12350 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Thu, 28 Jul 1994 18:24:07 +0000 Subject: [PATCH] * Makefile.in (annotate.o): Add dependencies. --- gdb/ChangeLog | 4 ++++ gdb/Makefile.in | 3 +++ 2 files changed, 7 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 81e0dad00d8..78bdc8eea76 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 42cb5584f47..3eb01287e8e 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) \ -- 2.30.2