summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2023-10-30 09:08:39 +0100
committerFelix Fietkau <nbd@nbd.name>2023-10-30 09:08:39 +0100
commit1d6f9bdfc052b83434dc3fa809e1e6ee6329864f (patch)
tree0df817c0abef1da87018a55356c478d758dc80b7
parente32f70e7066c3110694851eced3301f50019693b (diff)
downloadopenwrt-1d6f9bdfc052b83434dc3fa809e1e6ee6329864f.tar.gz
openwrt-1d6f9bdfc052b83434dc3fa809e1e6ee6329864f.tar.bz2
openwrt-1d6f9bdfc052b83434dc3fa809e1e6ee6329864f.zip
tools/elfutils: add missing dependency to fix build error
Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 3a00dcc218..bc169d7a95 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -96,7 +96,7 @@ $(curdir)/cbootimage/compile += $(curdir)/automake/compile
$(curdir)/cmake/compile += $(curdir)/libressl/compile $(curdir)/ninja/compile $(curdir)/expat/compile $(curdir)/xz/compile $(curdir)/zlib/compile $(curdir)/zstd/compile
$(curdir)/dosfstools/compile := $(curdir)/automake/compile
$(curdir)/e2fsprogs/compile := $(curdir)/libtool/compile
-$(curdir)/elfutils/compile := $(curdir)/m4/compile $(curdir)/zlib/compile $(curdir)/gnulib/compile
+$(curdir)/elfutils/compile := $(curdir)/m4/compile $(curdir)/zlib/compile $(curdir)/gnulib/compile $(curdir)/libtool/compile
$(curdir)/fakeroot/compile := $(curdir)/libtool/compile
$(curdir)/findutils/compile := $(curdir)/bison/compile
$(curdir)/firmware-utils/compile += $(curdir)/cmake/compile