|
From: <sv...@va...> - 2013-06-02 17:23:51
|
petarj 2013-06-02 18:23:43 +0100 (Sun, 02 Jun 2013)
New Revision: 13416
Log:
mips64: add missing line-continuation character
make distclean failed for the missing character.
Modified files:
trunk/none/tests/mips64/Makefile.am
Modified: trunk/none/tests/mips64/Makefile.am (+1 -1)
===================================================================
--- trunk/none/tests/mips64/Makefile.am 2013-06-02 04:22:28 +01:00 (rev 13415)
+++ trunk/none/tests/mips64/Makefile.am 2013-06-02 18:23:43 +01:00 (rev 13416)
@@ -9,7 +9,7 @@
arithmetic_instruction.vgtest \
branch_and_jump_instructions.stdout.exp \
branch_and_jump_instructions.stderr.exp branch_and_jump_instructions.vgtest \
- branches.stdout.exp branches.stderr.exp branches.vgtest
+ branches.stdout.exp branches.stderr.exp branches.vgtest \
extract_insert_bit_field.stdout.exp-mips64 \
extract_insert_bit_field.stdout.exp-mips64r2 \
extract_insert_bit_field.stderr.exp extract_insert_bit_field.vgtest \
|