projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43b5706
)
prereq-build: flex is built in tools/ - do not require it to be installed on the...
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 7 Jun 2012 16:39:33 +0000
(16:39 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 7 Jun 2012 16:39:33 +0000
(16:39 +0000)
SVN-Revision: 32116
include/prereq-build.mk
patch
|
blob
|
history
diff --git
a/include/prereq-build.mk
b/include/prereq-build.mk
index 2391e098c684bee20a0da00ec23f86b4defebb21..228fcdcb0bfa972b25ff5099a8f43c01c63c3e0c 100644
(file)
--- 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. \
))