From: Tomasz Maciej Nowak Date: Sun, 7 Apr 2019 13:15:36 +0000 (+0200) Subject: tools: cbootimage: depend on automake X-Git-Tag: v19.07.0-rc1~835 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=f0be0388970094862f5dc72a6995335c0bdcd9df tools: cbootimage: depend on automake Fix missing aclocal reported by buildbot. Fixes: 8595bb0 ("tools: add cbootimage for tegra") Signed-off-by: Tomasz Maciej Nowak --- diff --git a/tools/Makefile b/tools/Makefile index cee9c0bf8a..d7207ba89d 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -77,7 +77,7 @@ $(curdir)/zlib/compile := $(curdir)/cmake/compile $(curdir)/wrt350nv2-builder/compile := $(curdir)/zlib/compile $(curdir)/lzma-old/compile := $(curdir)/zlib/compile $(curdir)/make-ext4fs/compile := $(curdir)/zlib/compile -$(curdir)/cbootimage/compile += $(curdir)/autoconf/compile +$(curdir)/cbootimage/compile += $(curdir)/automake/compile ifneq ($(HOST_OS),Linux) $(curdir)/squashfskit4/compile += $(curdir)/coreutils/compile