summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-09-23 09:03:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-09-23 09:03:53 +0000
commit3f88c1b95f46cf9aba8699f7deab00cafa9b2096 (patch)
tree7965d11c52c9ab73dc11e3d9edf0353669f24f91 /tools/Makefile
parentdcd3a74da01df1c2660e8fc67762a06746bd52c3 (diff)
downloadmtk-20170518-3f88c1b95f46cf9aba8699f7deab00cafa9b2096.zip
mtk-20170518-3f88c1b95f46cf9aba8699f7deab00cafa9b2096.tar.gz
mtk-20170518-3f88c1b95f46cf9aba8699f7deab00cafa9b2096.tar.bz2
tools: flex depends on m4
SVN-Revision: 33520
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index ca03491..842926a 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -39,6 +39,7 @@ endif
# builddir dependencies
$(curdir)/bison/compile := $(curdir)/flex/install
+$(curdir)/flex/compile := $(curdir)/m4/install
$(curdir)/pkg-config/compile := $(curdir)/sed/install
$(curdir)/libtool/compile := $(curdir)/sed/install
$(curdir)/squashfs/compile := $(curdir)/lzma-old/install