aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2022-10-23 01:43:36 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-10-23 01:45:52 +0200
commit2c603ecb55b2d9de83d4651e0cf2cc29db348fc7 (patch)
tree48f578e05001b8f0c5795cd5369c0b7bf5c37020 /tools/Makefile
parentb6d29af9475f162b7258695299c2e95ce55c0b7c (diff)
downloadupstream-2c603ecb55b2d9de83d4651e0cf2cc29db348fc7.tar.gz
upstream-2c603ecb55b2d9de83d4651e0cf2cc29db348fc7.tar.bz2
upstream-2c603ecb55b2d9de83d4651e0cf2cc29db348fc7.zip
tools/genext2fs: Add dependency to libtool
This fixes the following build error: ./autogen.sh: line 13: aclocal: command not found Fixes: b6d29af9475f ("tools/genext2fs: update to 1.5.0") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 10ac348bfe..1a65afdfca 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -52,6 +52,7 @@ $(curdir)/fakeroot/compile := $(curdir)/libtool/compile
$(curdir)/findutils/compile := $(curdir)/bison/compile
$(curdir)/firmware-utils/compile += $(curdir)/cmake/compile
$(curdir)/flex/compile := $(curdir)/libtool/compile
+$(curdir)/genext2fs/compile := $(curdir)/libtool/compile
$(curdir)/gengetopt/compile := $(curdir)/libtool/compile
$(curdir)/gmp/compile := $(curdir)/libtool/compile
$(curdir)/isl/compile := $(curdir)/gmp/compile