diff options
Diffstat (limited to 'gdb/nlm')
-rw-r--r-- | gdb/nlm/configure.in | 6 |
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 |