base-fiasco: check byacc installation on prepare

This commit is contained in:
Christian Helmuth 2013-09-26 13:50:30 +02:00
parent ba8e01fda4
commit b0559dabfc
1 changed files with 1 additions and 0 deletions

View File

@ -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