summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-07-13 21:38:12 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-07-13 21:38:12 (GMT)
commit0d515853c9cfd563338bf0549026234d0dd174b3 (patch)
tree09ee00b31cd0c8fdfdc2cf63150c6103a6fe07cb /fortran
parent8fd191342f86b3fecadad7d34a3530e4e59f0602 (diff)
downloadhdf5-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')
-rw-r--r--fortran/config/rs6000-ibm-aix4.x2
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"