diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-07-13 21:38:12 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-07-13 21:38:12 (GMT) |
commit | 0d515853c9cfd563338bf0549026234d0dd174b3 (patch) | |
tree | 09ee00b31cd0c8fdfdc2cf63150c6103a6fe07cb /fortran/config | |
parent | 8fd191342f86b3fecadad7d34a3530e4e59f0602 (diff) | |
download | hdf5-0d515853c9cfd563338bf0549026234d0dd174b3.zip hdf5-0d515853c9cfd563338bf0549026234d0dd174b3.tar.gz hdf5-0d515853c9cfd563338bf0549026234d0dd174b3.tar.bz2 |
[svn-r4206]
Purpose:
Bug Fix
Description:
Ported fix from 1.4 branch to have compiler look in the fortran/src
directory for modules.
Diffstat (limited to 'fortran/config')
-rw-r--r-- | fortran/config/rs6000-ibm-aix4.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/config/rs6000-ibm-aix4.x b/fortran/config/rs6000-ibm-aix4.x index 62e93f0..83b395c 100644 --- a/fortran/config/rs6000-ibm-aix4.x +++ b/fortran/config/rs6000-ibm-aix4.x @@ -33,7 +33,7 @@ if test "X-" = "X-$F9X"; then fi if test "X-" = "X-$f9x_flags_set"; then - FFLAGS="-static -O -qsuffix=f=f90 -qmoddir=./ -I./ -k" + FFLAGS="-static -O -qsuffix=f=f90 -qmoddir=./ -I./ -I../src -k" DEBUG_FFLAGS="-O" PROD_FFLAGS="-O" PROFILE_FFLAGS="-O" |