From: Petar Jovanovic Date: Sun, 2 Jun 2013 17:23:43 +0000 (+0000) Subject: mips64: add missing line-continuation character X-Git-Tag: svn/VALGRIND_3_9_0~268 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ff0a91332e0e55aa9a006d95b3ffc8b35e046aa;p=thirdparty%2Fvalgrind.git mips64: add missing line-continuation character make distclean failed for the missing character. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13416 --- diff --git a/none/tests/mips64/Makefile.am b/none/tests/mips64/Makefile.am index bad22d77a0..96a5a21131 100644 --- a/none/tests/mips64/Makefile.am +++ b/none/tests/mips64/Makefile.am @@ -9,7 +9,7 @@ EXTRA_DIST = \ 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 \