]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix a couple of make-dist bugs, caused by recently added ppc32/64
authorJulian Seward <jseward@acm.org>
Fri, 10 Sep 2010 14:57:46 +0000 (14:57 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 10 Sep 2010 14:57:46 +0000 (14:57 +0000)
tests.

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

memcheck/tests/Makefile.am
memcheck/tests/ppc32/Makefile.am
memcheck/tests/ppc64/Makefile.am

index 550b6d635a7d830186c8348fc4fa04576e8c25d2..3c1d2bc34763a79253cb43044a856f77a97cbbe4 100644 (file)
@@ -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 \
index 86bd3a5ed67dec96b01c7705e10377c07f7342fc..8c7535e3587996c0e3eaf508ffb02f8aecf5a6d5 100644 (file)
@@ -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
index dbb726ae4fd7f863da268c507bb08083643e9543..a67f5a5161003f806d69a5433772b4c2c2cd41be 100644 (file)
@@ -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