diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-23 09:03:53 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-23 09:03:53 +0000 |
commit | 49d9545a63456f37a2fdba535ab4030669325570 (patch) | |
tree | 611ac7126ce4f514217c199215222d2135991ea0 /tools/Makefile | |
parent | caefc9ac53ed5d3557faf0ff9cbcea71577d1733 (diff) | |
download | master-187ad058-49d9545a63456f37a2fdba535ab4030669325570.tar.gz master-187ad058-49d9545a63456f37a2fdba535ab4030669325570.tar.bz2 master-187ad058-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/Makefile')
-rw-r--r-- | tools/Makefile | 1 |
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 |