mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 05:30:48 +00:00
Remove misplaced parentheses
This commit is contained in:
parent
c3ad5de912
commit
ed85e994a4
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ ifeq (,$(filter $(v),$(gcc_versions)))
|
|||
define line =
|
||||
Your compiler version, GCC $(version), \
|
||||
is not supported by the Makefile.
|
||||
The Makefile will assume GCC $(latest_gcc_version).))
|
||||
The Makefile will assume GCC $(latest_gcc_version).
|
||||
endef
|
||||
$(call Print,$(line))
|
||||
GCC$(subst .,,$(latest_gcc_version)):=1
|
||||
|
|
Loading…
Reference in a new issue