From: Julian Seward Date: Thu, 15 Jul 2010 13:05:42 +0000 (+0000) Subject: Try to fix 'make dist' -- possible fallout from r11188. X-Git-Tag: svn/VALGRIND_3_6_0~232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee41ec86f08df8577195d190174d972cfdd1642c;p=thirdparty%2Fvalgrind.git Try to fix 'make dist' -- possible fallout from r11188. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11213 --- diff --git a/memcheck/tests/amd64-linux/Makefile.am b/memcheck/tests/amd64-linux/Makefile.am index 5a25be2247..9b31b8001c 100644 --- a/memcheck/tests/amd64-linux/Makefile.am +++ b/memcheck/tests/amd64-linux/Makefile.am @@ -6,7 +6,7 @@ dist_noinst_SCRIPTS = \ EXTRA_DIST = \ defcfaexpr.vgtest defcfaexpr.stderr.exp \ - int3-x86.vgtest int3-x86.stderr.exp int3-x86.stdout.exp + int3-amd64.vgtest int3-amd64.stderr.exp int3-amd64.stdout.exp check_PROGRAMS = \ defcfaexpr \ diff --git a/memcheck/tests/amd64/Makefile.am b/memcheck/tests/amd64/Makefile.am index 16b958c184..d276e992c4 100644 --- a/memcheck/tests/amd64/Makefile.am +++ b/memcheck/tests/amd64/Makefile.am @@ -13,7 +13,6 @@ EXTRA_DIST = \ bt_everything.vgtest \ bug132146.vgtest bug132146.stderr.exp bug132146.stdout.exp \ fxsave-amd64.vgtest fxsave-amd64.stdout.exp fxsave-amd64.stderr.exp \ - int3-amd64.vgtest int3-amd64.stdout.exp int3-amd64.stderr.exp \ more_x87_fp.stderr.exp more_x87_fp.stdout.exp more_x87_fp.vgtest \ sse_memory.stderr.exp sse_memory.stdout.exp sse_memory.vgtest \ xor-undef-amd64.stderr.exp xor-undef-amd64.stdout.exp \