diff options
author | Fred Fish <fnf@specifix.com> | 1993-07-13 18:20:55 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-07-13 18:20:55 +0000 |
commit | 98d8248937579f8f978d7e663faaf915976caf69 (patch) | |
tree | 1b9501c74c6023e44b3271d8e2d4f214b3f5d5a3 /gdb | |
parent | 37609724c618735ef961e7fcc3a0a7425a5ec93b (diff) | |
download | gdb-98d8248937579f8f978d7e663faaf915976caf69.zip gdb-98d8248937579f8f978d7e663faaf915976caf69.tar.gz gdb-98d8248937579f8f978d7e663faaf915976caf69.tar.bz2 |
* Makefile.in (ultra3-xdep.o, umax-xdep.o): Add missing ')'.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/Makefile.in | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2e928cd..0eed408 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 cc3118e..43c0822 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 |