From 50f9a182a382903c5687d6e436714355a370afc9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 8 May 2009 22:48:00 +0000 Subject: [PATCH] remove obsolete prereq checks SVN-Revision: 15715 --- include/prereq-build.mk | 8 -------- 1 file changed, 8 deletions(-) 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 -- 2.30.2