[mpich2-commits] r9538 - mpich2/trunk/test/mpi/f77/init
gropp at mcs.anl.gov
gropp at mcs.anl.gov
Mon Feb 27 11:16:26 CST 2012
Author: gropp
Date: 2012-02-27 11:16:26 -0600 (Mon, 27 Feb 2012)
New Revision: 9538
Modified:
mpich2/trunk/test/mpi/f77/init/Makefile.am
Log:
Make checksizes sources nodist because this file is created; without this, the dist target fails
Modified: mpich2/trunk/test/mpi/f77/init/Makefile.am
===================================================================
--- mpich2/trunk/test/mpi/f77/init/Makefile.am 2012-02-27 16:47:17 UTC (rev 9537)
+++ mpich2/trunk/test/mpi/f77/init/Makefile.am 2012-02-27 17:16:26 UTC (rev 9538)
@@ -19,8 +19,8 @@
# configure has correctly computed the sizes of MPI_Aint and MPI_Offset
# for Fortran. This is not run by default but can be used to check
# that configure found the correct values.
-checksizes_SOURCES = checksizes.c
checksizes_LDADD =
+nodist_checksizes_SOURCES = checksizes.c
DISTCLEANFILES = checksizes.c
More information about the mpich2-commits
mailing list