|
From: Paul F. <pa...@so...> - 2023-03-31 10:42:11
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=78d0dc51c0cf78cac35e042d0f6fbf245ca6cf08 commit 78d0dc51c0cf78cac35e042d0f6fbf245ca6cf08 Author: Paul Floyd <pj...@wa...> Date: Fri Mar 31 12:41:40 2023 +0200 Remove source file added to EXTRA_DIST in error Diff: --- memcheck/tests/linux/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memcheck/tests/linux/Makefile.am b/memcheck/tests/linux/Makefile.am index af88e8cb6f..2c49b575ba 100644 --- a/memcheck/tests/linux/Makefile.am +++ b/memcheck/tests/linux/Makefile.am @@ -4,7 +4,7 @@ include $(top_srcdir)/Makefile.tool-tests.am dist_noinst_SCRIPTS = filter_stderr EXTRA_DIST = \ - aligned_alloc.c aligned_alloc.vgtest aligned_alloc.stderr.exp \ + aligned_alloc.vgtest aligned_alloc.stderr.exp \ brk.stderr.exp brk.vgtest \ capget.vgtest capget.stderr.exp capget.stderr.exp2 capget.stderr.exp3 \ debuginfod-check.stderr.exp debuginfod-check.vgtest.in \ |