From: Petar Jovanovic Date: Sun, 9 Jun 2013 14:29:10 +0000 (+0000) Subject: mips64: fix typo in EXTRA_DIST X-Git-Tag: svn/VALGRIND_3_9_0~262 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f6fbe93a41d210e0881f3a495ac954ff8fba3726;p=thirdparty%2Fvalgrind.git mips64: fix typo in EXTRA_DIST Fixes make dist error. Typo spotted and reported by Maran Pakkirisamy git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13424 --- diff --git a/none/tests/mips64/Makefile.am b/none/tests/mips64/Makefile.am index 96a5a21131..c65b716383 100644 --- a/none/tests/mips64/Makefile.am +++ b/none/tests/mips64/Makefile.am @@ -32,7 +32,7 @@ EXTRA_DIST = \ rotate_swap.stdout.exp-mips64 rotate_swap.stdout.exp-mips64r2 \ rotate_swap.stderr.exp rotate_swap.vgtest \ round.stdout.exp round.stderr.exp round.vgtest \ - shift_instructions.stdout-exp-mips64 shift_instructions.stdout-exp-mips64r2 \ + shift_instructions.stdout.exp-mips64 shift_instructions.stdout.exp-mips64r2 \ shift_instructions.stderr.exp shift_instructions.vgtest \ test_block_size.stdout.exp test_block_size.stderr.exp \ test_block_size.vgtest \