From: Julian Seward Date: Fri, 10 Sep 2010 14:57:46 +0000 (+0000) Subject: Fix a couple of make-dist bugs, caused by recently added ppc32/64 X-Git-Tag: svn/VALGRIND_3_6_0~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6d2a8b34e035d320a1f6682e9cb310cc5deac76;p=thirdparty%2Fvalgrind.git Fix a couple of make-dist bugs, caused by recently added ppc32/64 tests. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11352 --- diff --git a/memcheck/tests/Makefile.am b/memcheck/tests/Makefile.am index 550b6d635a..3c1d2bc347 100644 --- a/memcheck/tests/Makefile.am +++ b/memcheck/tests/Makefile.am @@ -34,7 +34,7 @@ if VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX SUBDIRS += amd64-linux endif -DIST_SUBDIRS = x86 amd64 linux darwin x86-linux amd64-linux . +DIST_SUBDIRS = x86 amd64 ppc32 ppc64 linux darwin x86-linux amd64-linux . dist_noinst_SCRIPTS = \ filter_addressable \ diff --git a/memcheck/tests/ppc32/Makefile.am b/memcheck/tests/ppc32/Makefile.am index 86bd3a5ed6..8c7535e358 100644 --- a/memcheck/tests/ppc32/Makefile.am +++ b/memcheck/tests/ppc32/Makefile.am @@ -1,5 +1,7 @@ -noinst_SCRIPTS = filter_stderr +include $(top_srcdir)/Makefile.tool-tests.am + +dist_noinst_SCRIPTS = filter_stderr EXTRA_DIST = $(noinst_SCRIPTS) \ power_ISA2_05.stderr.exp power_ISA2_05.stdout.exp power_ISA2_05.vgtest diff --git a/memcheck/tests/ppc64/Makefile.am b/memcheck/tests/ppc64/Makefile.am index dbb726ae4f..a67f5a5161 100644 --- a/memcheck/tests/ppc64/Makefile.am +++ b/memcheck/tests/ppc64/Makefile.am @@ -1,5 +1,7 @@ -noinst_SCRIPTS = filter_stderr +include $(top_srcdir)/Makefile.tool-tests.am + +dist_noinst_SCRIPTS = filter_stderr EXTRA_DIST = $(noinst_SCRIPTS) \ power_ISA2_05.stderr.exp power_ISA2_05.stdout.exp power_ISA2_05.vgtest