diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-08-29 11:37:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-08-29 11:37:50 +0000 |
commit | c4ca6a86a92aa4b44e88bc9259a7369407d1b214 (patch) | |
tree | 23e977740736490a7d2b4bb1f59dc1512298f091 /tools | |
parent | 2e6715e3086f0178150e27c8e690ffd5529fd0e8 (diff) | |
download | upstream-c4ca6a86a92aa4b44e88bc9259a7369407d1b214.tar.gz upstream-c4ca6a86a92aa4b44e88bc9259a7369407d1b214.tar.bz2 upstream-c4ca6a86a92aa4b44e88bc9259a7369407d1b214.zip |
tools/libtool: add missing dependency on m4
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Backport of r42322
git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42323 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-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 |