diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-16 18:54:35 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-03-16 18:54:35 +0000 |
commit | e7ddf39851637811dfd117af41b61bfb04c01e3f (patch) | |
tree | 5cba7cb62817a15b1e362a75742b2f37275d9a7d /include | |
parent | 9fac3efb038a82d7abee51abd3df73695803224d (diff) |
Bison is not a prerequirement since it's build as part of the openwrt toolchain.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14900 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/prereq-build.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/prereq-build.mk b/include/prereq-build.mk index f0e1da981..24b1974c2 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. \ )) |