Skip to content

Commit ae07170

Browse files
committed
Update make dependencies of librust
1 parent 8a5561b commit ae07170

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mk/tools.mk

+3
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ $$(TLIB$(1)_T_$(4)_H_$(3))/$(CFG_LIBRUST_$(4)): \
111111
$$(TSREQ$(1)_T_$(4)_H_$(3)) \
112112
$$(TLIB$(1)_T_$(4)_H_$(3))/$(CFG_CORELIB_$(4)) \
113113
$$(TLIB$(1)_T_$(4)_H_$(3))/$(CFG_STDLIB_$(4)) \
114+
$$(TLIB$(1)_T_$(4)_H_$(3))/$(CFG_LIBRUSTPKG_$(4)) \
115+
$$(TLIB$(1)_T_$(4)_H_$(3))/$(CFG_LIBRUSTI_$(4)) \
116+
$$(TLIB$(1)_T_$(4)_H_$(3))/$(CFG_LIBRUSTDOC_$(4)) \
114117
$$(TLIB$(1)_T_$(4)_H_$(3))/$(CFG_LIBRUSTC_$(4))
115118
@$$(call E, compile_and_link: $$@)
116119
$$(STAGE$(1)_T_$(4)_H_$(3)) -o $$@ $$< && touch $$@

0 commit comments

Comments
 (0)