Configure re-generated as per request in r12364

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@12409 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
spigafi 2016-05-15 17:39:27 +00:00
parent d9f4d5655f
commit 513e19fccf
1 changed files with 2 additions and 2 deletions

4
install/configure vendored
View File

@ -6057,8 +6057,8 @@ then
f90rule="\$(MPIF90) \$(F90FLAGS) -c \$<"
echo "${ECHO_T}no"
else
f90rule="\$(CPP) \$(CPPFLAGS) \$< -o \$(*).F90 ; \\
\$(MPIF90) \$(F90FLAGS) -c \$(*).F90 -o \$(*).o"
f90rule="\$(CPP) \$(CPPFLAGS) \$< -o \$(*)_tmp.f90 ; \\
\$(MPIF90) \$(F90FLAGS) -c \$(*)_tmp.f90 -o \$(*).o"
echo "${ECHO_T}yes"
fi