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/Makefile.in | |
parent | 37609724c618735ef961e7fcc3a0a7425a5ec93b (diff) | |
download | fsf-binutils-gdb-98d8248937579f8f978d7e663faaf915976caf69.zip fsf-binutils-gdb-98d8248937579f8f978d7e663faaf915976caf69.tar.gz fsf-binutils-gdb-98d8248937579f8f978d7e663faaf915976caf69.tar.bz2 |
* Makefile.in (ultra3-xdep.o, umax-xdep.o): Add missing ')'.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |