From a5928a2a89d2f87f2797549507f55dbb7bb5d12d Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 27 Sep 2006 21:33:26 +0000 Subject: [PATCH] Ralf W. swears to me that this is a product of a very, very old AM bug and is no longer necessary (especially since we enforce pretty recent Gnu tools). This commit was SVN r11855. --- ompi/mpi/f90/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/ompi/mpi/f90/Makefile.am b/ompi/mpi/f90/Makefile.am index 2967ad3120..34987a9c05 100644 --- a/ompi/mpi/f90/Makefile.am +++ b/ompi/mpi/f90/Makefile.am @@ -130,9 +130,6 @@ mpi.obj: mpi.f90 mpi-f90-interfaces.h $(FCCOMPILE) -c -I. -o $@ $(FCFLAGS_f90) `$(CYGPATH_W) '$<'` BUILT_SOURCES = mpi-f90-interfaces.h - -else -lib_LTLIBRARIES += endif # mpi.f90 is the only f90 source file directly in libmpif90 that gets