* nlm/configure.in: Stop using cpu.c. Put it in TDEPFILES instead.

* config/alpha/gdbserve.mt (TDEPFILES):  Remove alpha-patch.o.
This commit is contained in:
Stu Grossman
1994-08-29 22:02:57 +00:00
parent 74ace0c87a
commit dd55ca703a
3 changed files with 21 additions and 4 deletions

View File

@@ -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