Skip to content

Commit b872421

Browse files
nehebrobimarko
authored andcommitted
tools/util-linux: remove automake dep
In the conversion to meson, this was overlooked. Fixes e15d5cf: ("tools/util-linux: build with meson") Signed-off-by: Rosen Penev <[email protected]> Link: openwrt/openwrt#20688 Signed-off-by: Robert Marko <[email protected]>
1 parent 372fc54 commit b872421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ $(curdir)/quilt/compile := $(curdir)/autoconf/compile $(curdir)/findutils/compil
133133
$(curdir)/sdcc/compile := $(curdir)/bison/compile
134134
$(curdir)/squashfs3-lzma/compile := $(curdir)/lzma-old/compile
135135
$(curdir)/squashfs4/compile := $(curdir)/xz/compile $(curdir)/zlib/compile
136-
$(curdir)/util-linux/compile := $(curdir)/bison/compile $(curdir)/automake/compile
136+
$(curdir)/util-linux/compile := $(curdir)/bison/compile $(curdir)/meson/compile
137137
$(curdir)/yafut/compile := $(curdir)/cmake/compile
138138

139139
ifneq ($(HOST_OS),Linux)

0 commit comments

Comments
 (0)