From 0d515853c9cfd563338bf0549026234d0dd174b3 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 13 Jul 2001 16:38:12 -0500 Subject: [svn-r4206] Purpose: Bug Fix Description: Ported fix from 1.4 branch to have compiler look in the fortran/src directory for modules. --- 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 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" -- cgit v0.12