diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-09-23 09:03:53 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-09-23 09:03:53 +0000 |
commit | eabd545e36021159089979d028c17fa5771ffdb9 (patch) | |
tree | 611ac7126ce4f514217c199215222d2135991ea0 /tools/Makefile | |
parent | ecbec4244081f1a7c0446077445cc320572ff953 (diff) |
tools: flex depends on m4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33520 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |