From: Mark Wielaard Date: Sun, 28 Feb 2021 23:39:31 +0000 (+0100) Subject: Remove deep-D.post.exp-ppc64 from EXTRA_DIST. X-Git-Tag: VALGRIND_3_17_0~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=262ca91cffdcd30c1dfdf04cbea5ab4c61c2905e;p=thirdparty%2Fvalgrind.git Remove deep-D.post.exp-ppc64 from EXTRA_DIST. massif/tests/deep-D.post.exp-ppc64 was remove in commit 24a94df73 "VG_(get_fnname_kind): Recognize gcc "optimized" below main functions." but was still listed in massif/tests/Makefile.am (EXTRA_DIST). Causing make dist to fail. --- diff --git a/massif/tests/Makefile.am b/massif/tests/Makefile.am index 98c1252c29..a89ec452ab 100644 --- a/massif/tests/Makefile.am +++ b/massif/tests/Makefile.am @@ -14,7 +14,6 @@ EXTRA_DIST = \ deep-B.post.exp deep-B.stderr.exp deep-B.vgtest \ deep-C.post.exp deep-C.stderr.exp deep-C.vgtest \ deep-D.post.exp deep-D.stderr.exp deep-D.vgtest \ - deep-D.post.exp-ppc64 \ culling1.stderr.exp culling1.vgtest \ culling2.stderr.exp culling2.vgtest \ custom_alloc.post.exp custom_alloc.stderr.exp custom_alloc.vgtest \