From 66f2ea839eddbd433dbbb5d8728ea78753b6cca5 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Wed, 27 Jun 2001 17:04:27 -0500 Subject: [svn-r4073] Purpose: Bug fix for IBM SP F90 || port Description: mpxlf90_r compiler does not like "." for current directory Solution: Changed "." to "./" Platforms tested: NERSC IBM SP (gseaborg) --- fortran/config/rs6000-ibm-aix4.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v0.12