From: Julian Seward Date: Wed, 23 Nov 2005 03:42:57 +0000 (+0000) Subject: Fix build system bug causing omission of some ppc32 test files from X-Git-Tag: svn/VALGRIND_3_1_0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a8fac913f20f907bca0ab0f6dd369ed380e8f74;p=thirdparty%2Fvalgrind.git Fix build system bug causing omission of some ppc32 test files from the tarball. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5230 --- diff --git a/none/tests/ppc32/Makefile.am b/none/tests/ppc32/Makefile.am index 884c6a6eab..83f734f354 100644 --- a/none/tests/ppc32/Makefile.am +++ b/none/tests/ppc32/Makefile.am @@ -3,8 +3,8 @@ noinst_SCRIPTS = filter_stderr EXTRA_DIST = $(noinst_SCRIPTS) \ lsw.stderr.exp lsw.stdout.exp lsw.vgtest \ - jm-insns.stderr.exp jm-insns.stdout.exp jm-insns.vgtest - jm-vmx.stderr.exp jm-vmx.stdout.exp jm-vmx.vgtest + jm-insns.stderr.exp jm-insns.stdout.exp jm-insns.vgtest \ + jm-vmx.stderr.exp jm-vmx.stdout.exp jm-vmx.vgtest \ testVMX.stderr.exp testVMX.stdout.exp testVMX.vgtest check_PROGRAMS = \