forked from Imagelibrary/binutils-gdb
* 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user