aboutsummaryrefslogtreecommitdiff
path: root/gdb/nlm
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1994-08-29 22:02:57 +0000
committerStu Grossman <grossman@cygnus>1994-08-29 22:02:57 +0000
commitdd55ca703ad35617a29a79f871510ecd0277b2a9 (patch)
treea08229e28c3f74726e84b819922eb940a2069ecf /gdb/nlm
parent74ace0c87a62fb1b04839524e8a02ff173e54b63 (diff)
downloadfsf-binutils-gdb-dd55ca703ad35617a29a79f871510ecd0277b2a9.zip
fsf-binutils-gdb-dd55ca703ad35617a29a79f871510ecd0277b2a9.tar.gz
fsf-binutils-gdb-dd55ca703ad35617a29a79f871510ecd0277b2a9.tar.bz2
* nlm/configure.in: Stop using cpu.c. Put it in TDEPFILES instead.
* config/alpha/gdbserve.mt (TDEPFILES): Remove alpha-patch.o.
Diffstat (limited to 'gdb/nlm')
-rw-r--r--gdb/nlm/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nlm/configure.in b/gdb/nlm/configure.in
index 6eb6f9d..69d10c0 100644
--- a/gdb/nlm/configure.in
+++ b/gdb/nlm/configure.in
@@ -267,8 +267,8 @@ target_makefile_frag=../config/${gdb_target_cpu}/gdbserve.mt
files=
links=
-rm -f cpu.c
+rm -f cpu.h
if [ "${cpufile}" != "" ]; then
- files="${files} ${cpufile}.c ${cpufile}.h"
- links="${links} cpu.c cpu.h"
+ files="${files} ${cpufile}.h"
+ links="${links} cpu.h"
fi