diff options
| author | bors <bors@rust-lang.org> | 2013-05-13 11:10:44 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-05-13 11:10:44 -0700 |
| commit | 1b883365bc0813f5775c8207e414b7973e947a76 (patch) | |
| tree | f4dcf9884d2d0f9435b78a32cd1483bfafeacbad | |
| parent | 935b7ba51645cb738da6bd65df4f8eedf0a62bcb (diff) | |
| parent | ae07170bd8e5d91b80c1ab32c847400a3df1e2ce (diff) | |
| download | rust-1b883365bc0813f5775c8207e414b7973e947a76.tar.gz rust-1b883365bc0813f5775c8207e414b7973e947a76.zip | |
auto merge of #6452 : alexcrichton/rust/fix-deps, r=bstrie
I changed the dependencies of librust in #6438, but I forgot to update the dependencies in the Makefile, this should have the dependencies right now.
| -rw-r--r-- | mk/tools.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/tools.mk b/mk/tools.mk index f2bc23633ae..2900aa711dc 100644 --- a/mk/tools.mk +++ b/mk/tools.mk @@ -111,6 +111,9 @@ $$(TLIB$(1)_T_$(4)_H_$(3))/$(CFG_LIBRUST_$(4)): \ $$(TSREQ$(1)_T_$(4)_H_$(3)) \ $$(TLIB$(1)_T_$(4)_H_$(3))/$(CFG_CORELIB_$(4)) \ $$(TLIB$(1)_T_$(4)_H_$(3))/$(CFG_STDLIB_$(4)) \ + $$(TLIB$(1)_T_$(4)_H_$(3))/$(CFG_LIBRUSTPKG_$(4)) \ + $$(TLIB$(1)_T_$(4)_H_$(3))/$(CFG_LIBRUSTI_$(4)) \ + $$(TLIB$(1)_T_$(4)_H_$(3))/$(CFG_LIBRUSTDOC_$(4)) \ $$(TLIB$(1)_T_$(4)_H_$(3))/$(CFG_LIBRUSTC_$(4)) @$$(call E, compile_and_link: $$@) $$(STAGE$(1)_T_$(4)_H_$(3)) -o $$@ $$< && touch $$@ |
