Skip to content

Commit 7f4aa10

Browse files
author
Rajalakshmi Srinivasaraghavan
committed
Fixing syntax error in makefile
Fixing syntax issue in Makefile.power added by recent commit af19cda
1 parent a6ed4f0 commit 7f4aa10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.power

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endif
1212
ifeq ($(CORE), POWER10)
1313
ifneq ($(C_COMPILER), PGI)
1414
CCOMMON_OPT += -Ofast -mcpu=power10 -mtune=power10 -mvsx -fno-fast-math
15-
ifeq ($(F_COMPILER, IBM)
15+
ifeq ($(F_COMPILER), IBM)
1616
FCOMMON_OPT += -O2 -qrecur -qnosave
1717
else
1818
FCOMMON_OPT += -O2 -frecursive -mcpu=power10 -mtune=power10 -fno-fast-math

0 commit comments

Comments
 (0)