mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r4071]
Purpose: Bug Fix Description: Modules weren't being found correctly. Solution: The F9XMODFLAG was being set and used in the test{par}/ and examples/ directories, but it's also needed in the src/ directory. Platforms tested: Modi4...cross fingers...
This commit is contained in:
parent
8a71bdcfde
commit
12c718ace3
@ -17,6 +17,7 @@ SHELL=/bin/sh
|
||||
CC=@CC@
|
||||
F9X=@F9X@
|
||||
F9XMODEXT=@F9XMODEXT@
|
||||
F9XMODFLAG=@F9XMODFLAG@
|
||||
CFLAGS=@CFLAGS@
|
||||
CPPFLAGS=@CPPFLAGS@
|
||||
FFLAGS=@FFLAGS@
|
||||
|
@ -17,6 +17,9 @@ TRACE=perl $(top_srcdir)/bin/trace
|
||||
## Add `-I.' to the C preprocessor flags.
|
||||
CPPFLAGS=-I. -I$(hdf5_builddir) -I$(hdf5_srcdir) @CPPFLAGS@
|
||||
|
||||
MFLAG=@F9XMODFLAG@
|
||||
FFLAGS=$(MFLAG). @FFLAGS@
|
||||
|
||||
## This is our main target
|
||||
LIB=libhdf5_fortran.la
|
||||
DISTCLEAN=H5fortran_types.f90
|
||||
|
Loading…
Reference in New Issue
Block a user