diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-12-13 16:44:20 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2000-12-13 16:44:20 (GMT) |
commit | 9ef7df5d0cd85a9e784e82b8a4567c80854ee8d2 (patch) | |
tree | 6f3f14e808a4bd5beecc23178e4556ee20197e13 /fortran/testpar | |
parent | 321f037a6f19385f065078ba418365b75bb495cf (diff) | |
download | hdf5-9ef7df5d0cd85a9e784e82b8a4567c80854ee8d2.zip hdf5-9ef7df5d0cd85a9e784e82b8a4567c80854ee8d2.tar.gz hdf5-9ef7df5d0cd85a9e784e82b8a4567c80854ee8d2.tar.bz2 |
[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
Diffstat (limited to 'fortran/testpar')
-rw-r--r-- | fortran/testpar/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |