X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=include%2Fprereq-build.mk;h=0b396c83dd6278529d2469faa299d2d7029c82a9;hb=b443d8ba626a29bf0d20bc02d478c124319b91b9;hp=f0e1da9810d2f51c934cb63e364195e77ae69f2c;hpb=1e68438b58553a9be111d298efcaf3f1ad96fc11;p=openwrt.git diff --git a/include/prereq-build.mk b/include/prereq-build.mk index f0e1da9810..0b396c83dd 100644 --- a/include/prereq-build.mk +++ b/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. \ )) @@ -137,10 +133,6 @@ $(eval $(call RequireCommand,svn, \ Please install the subversion client. \ )) -$(eval $(call RequireCommand,autoconf, \ - Please install GNU autoconf. \ -)) - define Require/gnu-find $(FIND) $(TMP_DIR) -lname foo endef