aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/Makefile.in
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2014-09-01 10:19:31 +0100
committerJames Hogan <james.hogan@imgtec.com>2014-09-30 15:50:21 +0100
commit63b434a4374b61aa34b095a789cd0d03b2a5a526 (patch)
treef5d0507306756354e51d174f83ef68a343cdc291 /gdb/gdbserver/Makefile.in
parent29082443fc1b8996cf9c6f2ecd8a838f48cac103 (diff)
downloadfsf-binutils-gdb-63b434a4374b61aa34b095a789cd0d03b2a5a526.zip
fsf-binutils-gdb-63b434a4374b61aa34b095a789cd0d03b2a5a526.tar.gz
fsf-binutils-gdb-63b434a4374b61aa34b095a789cd0d03b2a5a526.tar.bz2
Clean up after generated c files for MIPS DSP targets
The gdbserver "clean" Makefile target wasn't removing the generated files mips-dsp-linux.c and mips64-dsp-linux.c. Add rm commands to delete them. gdb/gdbserver/ChangeLog: * Makefile.in (clean): Add rm -f commands for mips-dsp-linux.c and mips64-dsp-linux.c.
Diffstat (limited to 'gdb/gdbserver/Makefile.in')
-rw-r--r--gdb/gdbserver/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in
index e9d6b15..8b0318a 100644
--- a/gdb/gdbserver/Makefile.in
+++ b/gdb/gdbserver/Makefile.in
@@ -344,7 +344,8 @@ clean:
rm -f reg-tilegx.c reg-tilegx32.c
rm -f arm-with-iwmmxt.c
rm -f arm-with-vfpv2.c arm-with-vfpv3.c arm-with-neon.c
- rm -f mips-linux.c mips64-linux.c
+ rm -f mips-linux.c mips-dsp-linux.c
+ rm -f mips64-linux.c mips64-dsp-linux.c
rm -f nios2-linux.c
rm -f powerpc-32.c powerpc-32l.c powerpc-64l.c powerpc-e500l.c
rm -f powerpc-altivec32l.c powerpc-cell32l.c powerpc-vsx32l.c