[svn-r4206]

Purpose:
    Bug Fix
Description:
    Ported fix from 1.4 branch to have compiler look in the fortran/src
    directory for modules.
This commit is contained in:
Bill Wendling 2001-07-13 16:38:12 -05:00
parent 8fd191342f
commit 0d515853c9

View File

@ -33,7 +33,7 @@ if test "X-" = "X-$F9X"; then
fi fi
if test "X-" = "X-$f9x_flags_set"; then 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" DEBUG_FFLAGS="-O"
PROD_FFLAGS="-O" PROD_FFLAGS="-O"
PROFILE_FFLAGS="-O" PROFILE_FFLAGS="-O"