diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-08-29 11:37:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-08-29 11:37:28 +0000 |
commit | 179174571a4cbf69e30922a97aa8992c2dbe5fbd (patch) | |
tree | 6b41dc674fe77610d0e73d8bec341ff907463d43 /tools/Makefile | |
parent | 329599d565ca7b2b2dfd186e58f91dc5189348be (diff) | |
download | master-187ad058-179174571a4cbf69e30922a97aa8992c2dbe5fbd.tar.gz master-187ad058-179174571a4cbf69e30922a97aa8992c2dbe5fbd.tar.bz2 master-187ad058-179174571a4cbf69e30922a97aa8992c2dbe5fbd.zip |
tools/libtool: add missing dependency on m4
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42322 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index df39170644..9595d6242b 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -44,7 +44,7 @@ tools-$(CONFIG_USE_SPARSE) += sparse $(curdir)/bison/compile := $(curdir)/flex/install $(curdir)/flex/compile := $(curdir)/automake/install $(curdir)/pkg-config/compile := $(curdir)/sed/install -$(curdir)/libtool/compile := $(curdir)/sed/install +$(curdir)/libtool/compile := $(curdir)/sed/install $(curdir)/m4/install $(curdir)/squashfs/compile := $(curdir)/lzma-old/install $(curdir)/squashfs4/compile := $(curdir)/xz/install $(curdir)/quilt/compile := $(curdir)/sed/install $(curdir)/autoconf/install $(curdir)/findutils/install |