]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
mips64: fix typo in EXTRA_DIST
authorPetar Jovanovic <mips32r2@gmail.com>
Sun, 9 Jun 2013 14:29:10 +0000 (14:29 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Sun, 9 Jun 2013 14:29:10 +0000 (14:29 +0000)
Fixes make dist error.
Typo spotted and reported by Maran Pakkirisamy <maranp@linux.vnet.ibm.com>

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13424

none/tests/mips64/Makefile.am

index 96a5a21131e914a400163a37ea4760c1c2558f65..c65b7163833dbbb7c7deb8e7c59e7f62eae4a13d 100644 (file)
@@ -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 \