diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-23 01:43:36 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-23 01:45:52 +0200 |
commit | 2c603ecb55b2d9de83d4651e0cf2cc29db348fc7 (patch) | |
tree | 48f578e05001b8f0c5795cd5369c0b7bf5c37020 /tools | |
parent | b6d29af9475f162b7258695299c2e95ce55c0b7c (diff) | |
download | upstream-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')
-rw-r--r-- | tools/Makefile | 1 |
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 |