From a822c34ebf2b868b45bf2b8e90126b8d406249c0 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Mon, 25 Sep 2006 14:28:04 +0000 Subject: [PATCH] Ralf W. categorically told me that this kind of statement in Makefile.am's is from a very old Automake bug which has long-since been fixed. Since we require very recent versions of AM, we don't need these anymore. This commit was SVN r11774. --- ompi/mpi/c/Makefile.am | 2 -- ompi/mpi/c/profile/Makefile.am | 3 --- 2 files changed, 5 deletions(-) diff --git a/ompi/mpi/c/Makefile.am b/ompi/mpi/c/Makefile.am index 7db4abd10b..3ab7ae741f 100644 --- a/ompi/mpi/c/Makefile.am +++ b/ompi/mpi/c/Makefile.am @@ -42,8 +42,6 @@ AM_CPPFLAGS = -DOMPI_PROFILING_DEFINES=0 noinst_LTLIBRARIES = libmpi_c.la if WANT_MPI_BINDINGS_LAYER noinst_LTLIBRARIES += libmpi_c_mpi.la -else -noinst_LTLIBRARIES += endif headers = bindings.h diff --git a/ompi/mpi/c/profile/Makefile.am b/ompi/mpi/c/profile/Makefile.am index a57d2a0ad8..c14752302a 100644 --- a/ompi/mpi/c/profile/Makefile.am +++ b/ompi/mpi/c/profile/Makefile.am @@ -35,9 +35,6 @@ AM_CPPFLAGS = -DOMPI_PROFILING_DEFINES=1 noinst_LTLIBRARIES = if WANT_PMPI_BINDINGS_LAYER noinst_LTLIBRARIES += libmpi_c_pmpi.la -else -noinst_LTLIBRARIES += -pmpi_lib = endif headers = defines.h