summaryrefslogtreecommitdiffstats
path: root/include/prereq-build.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-07 16:39:33 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-06-07 16:39:33 +0000
commit7b1105209231df4ffd9ebae9fd2b834e7574b700 (patch)
tree8bf41434ad2039b8e2695f9785556c8da2f6d339 /include/prereq-build.mk
parent43b5706ef560800e3a1ae6e50c6534cccc469c2b (diff)
downloadmaster-31e0f0ae-7b1105209231df4ffd9ebae9fd2b834e7574b700.tar.gz
master-31e0f0ae-7b1105209231df4ffd9ebae9fd2b834e7574b700.tar.bz2
master-31e0f0ae-7b1105209231df4ffd9ebae9fd2b834e7574b700.zip
prereq-build: flex is built in tools/ - do not require it to be installed on the host
SVN-Revision: 32116
Diffstat (limited to 'include/prereq-build.mk')
-rw-r--r--include/prereq-build.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk
index 2391e098c6..228fcdcb0b 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,flex, \
- Please install flex. \
-))
-
$(eval $(call RequireCommand,unzip, \
Please install unzip. \
))