* Makefile.in (ultra3-xdep.o, umax-xdep.o): Add missing ')'.
This commit is contained in:
parent
37609724c6
commit
98d8248937
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue