From e6d2a8b34e035d320a1f6682e9cb310cc5deac76 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Fri, 10 Sep 2010 14:57:46 +0000 Subject: [PATCH] Fix a couple of make-dist bugs, caused by recently added ppc32/64 tests. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11352 --- memcheck/tests/Makefile.am | 2 +- memcheck/tests/ppc32/Makefile.am | 4 +++- memcheck/tests/ppc64/Makefile.am | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) 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 -- 2.47.2