Skip to content

Commit

Permalink
add a point
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelSlevinsky committed Sep 3, 2019
1 parent 826a315 commit 88c4a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ifeq ($(FT_DETECT_GCC), 1)
_GCCMAJOR := $(shell gfortran -dumpversion | cut -d'.' -f1)
_GCCMINOR := $(shell gfortran -dumpversion | cut -d'.' -f2)
ifeq ($(_GCCMAJOR),4)
_GCCVER := $(_GCCMAJOR)$(_GCCMINOR)
_GCCVER := $(_GCCMAJOR).$(_GCCMINOR)
else
_GCCVER := $(_GCCMAJOR)
endif
Expand Down

0 comments on commit 88c4a37

Please sign in to comment.