diff options
| author | Rosen Penev | 2025-11-07 19:43:37 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-11-07 20:18:55 +0000 |
| commit | b872421795737e2b8df404fd386b64d964fdd7f1 (patch) | |
| tree | 6605b9dcddf61abad84cf415e2937a0153ef44dd | |
| parent | 372fc5419cfe5ca81505ed9c81a01257644d80a5 (diff) | |
| download | openwrt-b872421795737e2b8df404fd386b64d964fdd7f1.tar.gz | |
tools/util-linux: remove automake dep
In the conversion to meson, this was overlooked.
Fixes e15d5cf7522e: ("tools/util-linux: build with meson")
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20688
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 9188622eb9..79d3954fef 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -133,7 +133,7 @@ $(curdir)/quilt/compile := $(curdir)/autoconf/compile $(curdir)/findutils/compil $(curdir)/sdcc/compile := $(curdir)/bison/compile $(curdir)/squashfs3-lzma/compile := $(curdir)/lzma-old/compile $(curdir)/squashfs4/compile := $(curdir)/xz/compile $(curdir)/zlib/compile -$(curdir)/util-linux/compile := $(curdir)/bison/compile $(curdir)/automake/compile +$(curdir)/util-linux/compile := $(curdir)/bison/compile $(curdir)/meson/compile $(curdir)/yafut/compile := $(curdir)/cmake/compile ifneq ($(HOST_OS),Linux) |