mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r3054] Purpose:
Bug Fix Description: We were not propagating the FFLAGS macro. I.e., we were overwriting it after it was set in the commence.in includes. Solution: Include it with a ``@FFLAGS@'' where we'd normally overwrite it so that it isn't. Platforms tested: T3E
This commit is contained in:
parent
f4f79e6af6
commit
e79fa0f234
@ -15,7 +15,7 @@ hdf5_builddir=$(top_builddir)/src
|
||||
## libraries 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@
|
||||
FLIB=../src/libhdf5_fortran.la
|
||||
HDF5LIB=$(hdf5_builddir)/libhdf5.la
|
||||
|
||||
|
@ -15,7 +15,7 @@ hdf5_builddir=$(top_builddir)/src
|
||||
## libraries 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@
|
||||
FLIB=../src/libhdf5_fortran.la
|
||||
HDF5LIB=$(hdf5_builddir)/libhdf5.la
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user