X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1e68438b58553a9be111d298efcaf3f1ad96fc11..532c815db073d45f9cdc0166ecfa063321851a53:/include/prereq-build.mk diff --git a/include/prereq-build.mk b/include/prereq-build.mk index f0e1da981..0b396c83d 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