From: Nicholas Nethercote Date: Fri, 6 Feb 2009 04:13:52 +0000 (+0000) Subject: Avoid unnecessary EXTRA_DIST files in Makefile.am. X-Git-Tag: svn/VALGRIND_3_5_0~1018 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44f04e904c5433c6c47c39f632c338bd2b505b35;p=thirdparty%2Fvalgrind.git Avoid unnecessary EXTRA_DIST files in Makefile.am. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9112 --- 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