Skip to content

Commit 380fe97

Browse files
committed
mk: Fix deps for prepare host tools
1 parent 00f7776 commit 380fe97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mk/prepare.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ PREPARE_TOOLS = $(filter-out compiletest, $(TOOLS))
8686
define DEF_PREPARE_HOST_TOOL
8787
prepare-host-tool-$(1)-$(2)-$(3)-$(4): prepare-maybe-clean-$(4) \
8888
$$(foreach dep,$$(TOOL_DEPS_$(1)),prepare-host-lib-$$(dep)-$(2)-$(3)-$(4)) \
89+
$$(HBIN$(2)_H_$(3))/$(1)$$(X_$(3)) \
8990
prepare-host-dirs-$(4)
9091
$$(if $$(findstring $(2), $$(PREPARE_STAGE)),\
9192
$$(if $$(findstring $(3), $$(PREPARE_HOST)),\

0 commit comments

Comments
 (0)