|
From: <sv...@va...> - 2013-06-09 14:29:21
|
petarj 2013-06-09 15:29:10 +0100 (Sun, 09 Jun 2013)
New Revision: 13424
Log:
mips64: fix typo in EXTRA_DIST
Fixes make dist error.
Typo spotted and reported by Maran Pakkirisamy <ma...@li...>
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-07 17:15:48 +01:00 (rev 13423)
+++ trunk/none/tests/mips64/Makefile.am 2013-06-09 15:29:10 +01:00 (rev 13424)
@@ -32,7 +32,7 @@
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 \
|