mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
tools/elfutils: depend on m4
Some buildbots fail to build elfutils due to m4 being missing. Add m4 as
a dependency for elfutils to fix this.
Fixes: ad79b92719
("elfutils: move host build to tools")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
This commit is contained in:
parent
8f5c9a7d94
commit
16e9ccd5fa
@ -85,7 +85,7 @@ ifeq ($(HOST_OS),Darwin)
|
|||||||
tools-y += bash
|
tools-y += bash
|
||||||
else
|
else
|
||||||
$(curdir)/dwarves/compile += $(curdir)/elfutils/compile
|
$(curdir)/dwarves/compile += $(curdir)/elfutils/compile
|
||||||
$(curdir)/elfutils/compile := $(curdir)/zlib/compile
|
$(curdir)/elfutils/compile := $(curdir)/m4/compile $(curdir)/zlib/compile
|
||||||
tools-$(CONFIG_DWARVES) += dwarves
|
tools-$(CONFIG_DWARVES) += dwarves
|
||||||
tools-y += elfutils
|
tools-y += elfutils
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user