diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2e928cd00f..0eed408503 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +Tue Jul 13 11:15:15 1993 Fred Fish (fnf@cygnus.com) + + * Makefile.in (ultra3-xdep.o, umax-xdep.o): Add missing ')'. + Mon Jul 12 17:46:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * a29k-tdep.c (read_register_stack): Make val static. diff --git a/gdb/Makefile.in b/gdb/Makefile.in index cc3118e761..43c0822e97 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1276,8 +1276,8 @@ typeprint.o: typeprint.c $(defs_h) $(expression_h) $(gdbcmd_h) \ $(value_h) ultra3-nat.o: ultra3-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) -ultra3-xdep.o: ultra3-xdep.c $(defs_h) $(gdbcore_h) $(inferior_h -umax-xdep.o: umax-xdep.c $(defs_h) $(gdbcore_h) $(inferior_h +ultra3-xdep.o: ultra3-xdep.c $(defs_h) $(gdbcore_h) $(inferior_h) +umax-xdep.o: umax-xdep.c $(defs_h) $(gdbcore_h) $(inferior_h) utils.o: utils.c $(bfd_h) $(defs_h) $(expression_h) $(gdbcmd_h) \ language.h signals.h target.h terminal.h