From ee41ec86f08df8577195d190174d972cfdd1642c Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Thu, 15 Jul 2010 13:05:42 +0000 Subject: [PATCH] Try to fix 'make dist' -- possible fallout from r11188. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11213 --- memcheck/tests/amd64-linux/Makefile.am | 2 +- memcheck/tests/amd64/Makefile.am | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 \ -- 2.47.2