diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2001-06-28 15:13:25 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2001-06-28 15:13:25 (GMT) |
commit | 375dda8f5fbe0438f98e893914e9ec893319a262 (patch) | |
tree | 95b6f61c24017832f4bfe49048a3ad2a7680ca60 /fortran | |
parent | 1b717e9452132c54c6a68361d1c2308106217a0b (diff) | |
download | hdf5-375dda8f5fbe0438f98e893914e9ec893319a262.zip hdf5-375dda8f5fbe0438f98e893914e9ec893319a262.tar.gz hdf5-375dda8f5fbe0438f98e893914e9ec893319a262.tar.bz2 |
[svn-r4076]
Purpose:
Sync with hdf5 1.4 branch
Description:
Brought changes made in hdf5 1.4 branch into hdf5 1.5 branch
Diffstat (limited to 'fortran')
-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 462ca9c..62e93f0 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./ -k" DEBUG_FFLAGS="-O" PROD_FFLAGS="-O" PROFILE_FFLAGS="-O" |