diff options
author | 2010-05-25 15:30:03 +0000 | |
---|---|---|
committer | 2010-05-25 15:30:03 +0000 | |
commit | 5ae57a91d93dfd01fda4e7d4a95775561662e0ac (patch) | |
tree | 1b6c54f0845dd8ca4448ed07baa73c0df226fe78 /gas/Makefile.in | |
parent | Add python gdb.GdbError and gdb.string_to_argv. (diff) | |
download | binutils-gdb-5ae57a91d93dfd01fda4e7d4a95775561662e0ac.tar.gz binutils-gdb-5ae57a91d93dfd01fda4e7d4a95775561662e0ac.tar.bz2 binutils-gdb-5ae57a91d93dfd01fda4e7d4a95775561662e0ac.zip |
Fix typo.
Diffstat (limited to 'gas/Makefile.in')
-rw-r--r-- | gas/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/Makefile.in b/gas/Makefile.in index b1ccff1cf95..5b3521b0771 100644 --- a/gas/Makefile.in +++ b/gas/Makefile.in @@ -677,7 +677,7 @@ CGEN_CPU_PREFIX = @cgen_cpu_prefix@ # Remake the info files. MOSTLYCLEANFILES = $(STAGESTUFF) core \ - testsuite/*.@OBJEXT@ testsuite/*.@OBJEXT@ut testsuite/gas.log testsuite/gas.sum \ + testsuite/*.@OBJEXT@ testsuite/*.out testsuite/gas.log testsuite/gas.sum \ testsuite/site.exp site.bak site.exp stage stage1 stage2 against = stage2 |