diff options
author | K. Richard Pixley <rich@cygnus> | 1993-09-01 00:43:09 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-09-01 00:43:09 +0000 |
commit | d538b510a0547c9637eb6bb9077541ca0464710c (patch) | |
tree | b81ecd06b689462478a7e1b666f5ab3e506c3a77 /gdb/Makefile.in | |
parent | 46cf42477855fce26bb53a76201af161b215b7b3 (diff) | |
download | gdb-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.in | 2 |
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. #### |