aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorRob Savoye <rob@cygnus>1995-01-23 19:25:24 +0000
committerRob Savoye <rob@cygnus>1995-01-23 19:25:24 +0000
commitce51845b10a95dc54e30c5df90706a3902d6d1ed (patch)
tree681027b95dd4537918baa730b8e9a3ec8ba5830c /gdb/Makefile.in
parent9cc7c60b405e33a3ad25d3701c980191daf486a5 (diff)
downloadgdb-ce51845b10a95dc54e30c5df90706a3902d6d1ed.zip
gdb-ce51845b10a95dc54e30c5df90706a3902d6d1ed.tar.gz
gdb-ce51845b10a95dc54e30c5df90706a3902d6d1ed.tar.bz2
* Makefile.in: Remove references to remote-mon.c.
* remote-mon.c: remove. Replaced by rom68k-rom.c. * rom68k-rom.c: Support for Rom68k monitor.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 340d23d..4b44005 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -896,7 +896,7 @@ ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \
procfs.c pyr-tdep.c pyr-xdep.c \
remote-adapt.c remote-bug.c remote-e7000.c remote-eb.c remote-es.c \
remote-hms.c remote-mips.c \
- remote-mm.c remote-mon.c remote-nindy.c remote-os9k.c remote-sim.c \
+ remote-mm.c remote-nindy.c remote-os9k.c remote-sim.c \
remote-st.c remote-utils.c dcache.c \
remote-udi.c remote-vx.c remote-vx29k.c remote-z8k.c \
rs6000-nat.c rs6000-tdep.c \
@@ -1324,9 +1324,6 @@ remote-mips.o: remote-mips.c $(wait_h) $(defs_h) $(gdbcmd_h) \
remote-mm.o: remote-mm.c $(bfd_h) $(wait_h) $(defs_h) $(inferior_h) \
minimon.h target.h terminal.h
-remote-mon.o: remote-mon.c $(wait_h) $(command_h) $(defs_h) \
- $(gdbcore_h) monitor.h serial.h target.h
-
remote-nindy.o: remote-nindy.c $(floatformat_h) $(wait_h) $(command_h) \
$(defs_h) $(gdbcore_h) $(inferior_h) \
nindy-share/env.h nindy-share/stop.h $(remote_utils_h) \