From eabd545e36021159089979d028c17fa5771ffdb9 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 23 Sep 2012 09:03:53 +0000 Subject: tools: flex depends on m4 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33520 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Makefile b/tools/Makefile index ca034911c..842926ae7 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 -- cgit v1.2.3