mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
base-fiasco: check byacc installation on prepare
This commit is contained in:
parent
ba8e01fda4
commit
b0559dabfc
@ -20,6 +20,7 @@ check_tool = $(if $(shell which $(1)),,$(error Need to have '$(1)' installed.))
|
||||
$(call check_tool,wget)
|
||||
$(call check_tool,patch)
|
||||
$(call check_tool,tar)
|
||||
$(call check_tool,byacc)
|
||||
|
||||
#
|
||||
# Print help information by default
|
||||
|
Loading…
Reference in New Issue
Block a user