* nlm/configure.in: Stop using cpu.c. Put it in TDEPFILES instead.
[deliverable/binutils-gdb.git] / gdb / nlm / configure.in
index 6eb6f9d2050024eaea74a7fe91f8080c99ec1c91..69d10c0b92e9dd45572088ec9d7c75d4f57bb81d 100644 (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
This page took 0.023657 seconds and 4 git commands to generate.