aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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
commit49d9545a63456f37a2fdba535ab4030669325570 (patch)
tree611ac7126ce4f514217c199215222d2135991ea0 /tools
parentcaefc9ac53ed5d3557faf0ff9cbcea71577d1733 (diff)
downloadupstream-49d9545a63456f37a2fdba535ab4030669325570.tar.gz
upstream-49d9545a63456f37a2fdba535ab4030669325570.tar.bz2
upstream-49d9545a63456f37a2fdba535ab4030669325570.zip
tools: flex depends on m4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33520 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index ca034911ce..842926ae7d 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