Forgot a comma

This commit is contained in:
James R 2020-06-17 22:58:11 -07:00
parent 489bb81d00
commit 193c45aa2f

View file

@ -58,7 +58,7 @@ ifeq (,$(filter GCC%,$(.VARIABLES)))
# If this version is not in the list, default to the latest supported
ifeq (,$(filter $(v),$(SUPPORTED_GCC_VERSIONS)))
$(info\
Your compiler version, GCC $(version) is not supported by the Makefile.\
Your compiler version, GCC $(version), is not supported by the Makefile.\
The Makefile will assume GCC $(LATEST_GCC_VERSION).)
GCC$(subst .,,$(LATEST_GCC_VERSION))=1
else