From 44f04e904c5433c6c47c39f632c338bd2b505b35 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Fri, 6 Feb 2009 04:13:52 +0000 Subject: [PATCH] Avoid unnecessary EXTRA_DIST files in Makefile.am. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9112 --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2b72c62ce7..8353e539be 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,14 +84,14 @@ exp-regtest: check perf: check @PERL@ perf/vg_perf perf +# Nb: no need to include any Makefile.am files here, or files included from +# them, as automake includes them automatically. EXTRA_DIST = \ ACKNOWLEDGEMENTS \ README_DEVELOPERS \ README_PACKAGERS \ README_MISSING_SYSCALL_OR_IOCTL \ valgrind.spec.in valgrind.pc.in \ - Makefile.all.am Makefile.tool.am Makefile.core.am \ - Makefile.tool-inplace.am \ $(vex_primary_sources) \ vg-in-place -- 2.47.3