diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-07 16:39:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-07 16:39:33 +0000 |
commit | 2e996259532d45d3797544e9b856f655d77821f7 (patch) | |
tree | 674583db1d94c2a93b3fc14f69bffc8318f202ec /include | |
parent | 31f40ffa97aae4f6cac46281c2d25b056efe83ba (diff) | |
download | upstream-2e996259532d45d3797544e9b856f655d77821f7.tar.gz upstream-2e996259532d45d3797544e9b856f655d77821f7.tar.bz2 upstream-2e996259532d45d3797544e9b856f655d77821f7.zip |
prereq-build: flex is built in tools/ - do not require it to be installed on the host
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32116 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 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. \ )) |