[mpich2-commits] r9537 - mpich2/trunk/test/mpi/errhan

gropp at mcs.anl.gov gropp at mcs.anl.gov
Mon Feb 27 10:47:18 CST 2012


Author: gropp
Date: 2012-02-27 10:47:17 -0600 (Mon, 27 Feb 2012)
New Revision: 9537

Modified:
   mpich2/trunk/test/mpi/errhan/Makefile.am
Log:
Correct the PROGRAMS entry to not include the extra, MPICH2-specific programs.  Without this, a bare make of the tests will fail

Modified: mpich2/trunk/test/mpi/errhan/Makefile.am
===================================================================
--- mpich2/trunk/test/mpi/errhan/Makefile.am	2012-02-27 16:05:23 UTC (rev 9536)
+++ mpich2/trunk/test/mpi/errhan/Makefile.am	2012-02-27 16:47:17 UTC (rev 9537)
@@ -12,11 +12,10 @@
 ## for all programs that are just built from the single corresponding source
 ## file, we don't need per-target _SOURCES rules, automake will infer them
 ## correctly
+## We must not list the EXTRA_PROGRAMS in the noinst_PROGRAMS list because
+## doing so will include them in the default targets
 noinst_PROGRAMS = \
     adderr        \
-    errstring     \
-    errcode       \
-    errring       \
     commcall      \
     errfatal
 



More information about the mpich2-commits mailing list