From 9ef7df5d0cd85a9e784e82b8a4567c80854ee8d2 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 13 Dec 2000 11:44:20 -0500 Subject: [svn-r3124] Purpose: Bug Fix Description: FFLAGS wasn't being propagated correctly. Solution: Added the @FFLAGS@ macro to the correct FFLAGS line. Platforms tested: T3E --- fortran/testpar/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in index 6d2916a..2e57b95 100644 --- a/fortran/testpar/Makefile.in +++ b/fortran/testpar/Makefile.in @@ -15,7 +15,7 @@ hdf5_builddir=$(top_builddir)/src ## to the library list. LT_LINK_LIB=$(LT) --mode=link $(F9X) -static -rpath $(libdir) MFLAG=@F9XMODFLAG@ -FFLAGS=$(MFLAG). $(MFLAG)../src +FFLAGS=$(MFLAG). $(MFLAG)../src @FFLAGS@ LIBFORTRAN=../src/libhdf5_fortran.la LIBHDF5=$(hdf5_builddir)/libhdf5.la -- cgit v0.12