mirror of
https://github.com/linuxboot/heads.git
synced 2025-04-15 15:06:42 +00:00
fix missing ) in check for cross compiler (issue #162)
This commit is contained in:
parent
7f30b22b82
commit
7e52951715
@ -12,7 +12,7 @@ ifneq "$(CROSS)" ""
|
||||
|
||||
# check that $(CROSS)gcc exists or else things just won't work
|
||||
ifneq "y" "$(shell [ -x '$(CROSS)gcc' ] && echo y)"
|
||||
$(error $(CROSS)gcc does not exist - can not build
|
||||
$(error $(CROSS)gcc does not exist - can not build)
|
||||
endif
|
||||
|
||||
# The cross compiler has already been built, so the musl-cross target
|
||||
|
Loading…
x
Reference in New Issue
Block a user