removed doubled equal sign in compiler name definition

This commit is contained in:
Martin Diehl 2013-06-11 09:06:25 +00:00
parent a7b6093edc
commit 1b53bad9a4
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ IMKLROOT ?=
ACMLROOT ?= ACMLROOT ?=
LAPACKROOT ?= /usr LAPACKROOT ?= /usr
F90 ?= = ifort F90 ?= ifort
COMPILERNAME ?= $(F90) COMPILERNAME ?= $(F90)