From 94de69bd0c9609317d5ea1fed9140dc33a9109d8 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 27 Apr 2012 01:11:26 +0000 Subject: [PATCH] The F77 and F90 macros are no longer needed This commit was SVN r26348. --- ompi/tools/ompi_info/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ompi/tools/ompi_info/Makefile.am b/ompi/tools/ompi_info/Makefile.am index 1e8bad9eee..2a6f8dd1fb 100644 --- a/ompi/tools/ompi_info/Makefile.am +++ b/ompi/tools/ompi_info/Makefile.am @@ -34,10 +34,7 @@ AM_CFLAGS = \ -DOMPI_BUILD_LDFLAGS="\"@LDFLAGS@\"" \ -DOMPI_BUILD_LIBS="\"@LIBS@\"" \ -DOPAL_CC_ABSOLUTE="\"@OPAL_CC_ABSOLUTE@\"" \ - -DOMPI_CXX_ABSOLUTE="\"@OMPI_CXX_ABSOLUTE@\"" \ - -DOMPI_F77_ABSOLUTE="\"@OMPI_F77_ABSOLUTE@\"" \ - -DOMPI_F90_ABSOLUTE="\"@OMPI_F90_ABSOLUTE@\"" \ - -DOMPI_F90_BUILD_SIZE="\"@OMPI_F90_BUILD_SIZE@\"" + -DOMPI_CXX_ABSOLUTE="\"@OMPI_CXX_ABSOLUTE@\"" include $(top_srcdir)/Makefile.man-page-rules