corrected auto detection of ifort compiler

This commit is contained in:
Martin Diehl 2012-11-22 13:17:54 +00:00
parent 38ec462f4a
commit dbc26e5f25
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ ACMLROOT ?= auto
LAPACKROOT ?= auto
# if F90 empty: ifort if present, otherwise gfortran
ifeq ($(wildcard ifort),)
ifeq ($(wildcard ifort),"")
F90?=gfortran
else
F90?=ifort