From 7f4aa106f27d11cfa7e394238f222cca4f93d1bd Mon Sep 17 00:00:00 2001 From: Rajalakshmi Srinivasaraghavan Date: Wed, 8 Sep 2021 07:04:13 -0500 Subject: Fixing syntax error in makefile Fixing syntax issue in Makefile.power added by recent commit af19cda65aef4d033ae33213013c88b0a99f9da2 --- Makefile.power | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.power b/Makefile.power index 4e7478213..28a0bae08 100644 --- a/Makefile.power +++ b/Makefile.power @@ -12,7 +12,7 @@ endif ifeq ($(CORE), POWER10) ifneq ($(C_COMPILER), PGI) CCOMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math -ifeq ($(F_COMPILER, IBM) +ifeq ($(F_COMPILER), IBM) FCOMMON_OPT += -O2 -qrecur -qnosave else FCOMMON_OPT += -O2 -frecursive -mcpu=power10 -mtune=power10 -fno-fast-math -- cgit v1.2.3