summaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-08-29 11:37:28 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-08-29 11:37:28 +0000
commit607f00d273ba8ae8bfdf798e3c347851adc0725f (patch)
tree8e31e5898481d82aa69a7a5abcfd32aab33b2758 /tools/Makefile
parentd1f8b9bd76ad1959f558a8c439111985fd4b89ee (diff)
downloadmaster-31e0f0ae-607f00d273ba8ae8bfdf798e3c347851adc0725f.tar.gz
master-31e0f0ae-607f00d273ba8ae8bfdf798e3c347851adc0725f.tar.bz2
master-31e0f0ae-607f00d273ba8ae8bfdf798e3c347851adc0725f.zip
tools/libtool: add missing dependency on m4
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42322
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
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