aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1993-09-01 00:43:09 +0000
committerK. Richard Pixley <rich@cygnus>1993-09-01 00:43:09 +0000
commitd538b510a0547c9637eb6bb9077541ca0464710c (patch)
treeb81ecd06b689462478a7e1b666f5ab3e506c3a77 /gdb/Makefile.in
parent46cf42477855fce26bb53a76201af161b215b7b3 (diff)
downloadgdb-d538b510a0547c9637eb6bb9077541ca0464710c.zip
gdb-d538b510a0547c9637eb6bb9077541ca0464710c.tar.gz
gdb-d538b510a0547c9637eb6bb9077541ca0464710c.tar.bz2
break dcache code out of remote.c
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index ba227cc..e734640 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -189,7 +189,7 @@ SER_HARDWIRE=ser-unix.o
# The `remote' debugging target is supported for most architectures,
# but not all (e.g. 960)
-REMOTE_O=remote.o
+REMOTE_O = remote.o dcache.o
# Host and target-dependent makefile fragments come in here.
####