Avoid unnecessary EXTRA_DIST files in Makefile.am.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9112 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/Makefile.am b/Makefile.am
index 2b72c62..8353e53 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -84,14 +84,14 @@
 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