ソースを参照

Bison is not a prerequirement since it's build as part of the openwrt toolchain.

SVN-Revision: 14900
Lars-Peter Clausen 17 年 前
コミット
cd53668352
1 ファイル変更0 行追加4 行削除
  1. 0 4
      include/prereq-build.mk

+ 0 - 4
include/prereq-build.mk

@@ -93,10 +93,6 @@ $(eval $(call RequireCommand,gawk, \
 	Please install GNU awk. \
 ))
 
-$(eval $(call RequireCommand,bison, \
-	Please install GNU bison. \
-))
-
 $(eval $(call RequireCommand,flex, \
 	Please install flex. \
 ))