|
From: <sv...@va...> - 2009-02-06 04:16:14
|
Author: njn Date: 2009-02-06 04:16:10 +0000 (Fri, 06 Feb 2009) New Revision: 9113 Log: Merge r9112 (remove unnecessary EXTRA_DIST files) from the trunk. Modified: branches/DARWIN/Makefile.am Modified: branches/DARWIN/Makefile.am =================================================================== --- branches/DARWIN/Makefile.am 2009-02-06 04:13:52 UTC (rev 9112) +++ branches/DARWIN/Makefile.am 2009-02-06 04:16:10 UTC (rev 9113) @@ -88,14 +88,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 |