diff options
author | John Hodge <tpg@mutabah.net> | 2016-11-06 14:49:16 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-11-06 14:52:53 +0800 |
commit | 71140ac9d1a8cce1cdd34a3e697fbda350d86a00 (patch) | |
tree | e0a2b8d943d7d3ff95fb5f2335c531d8defe7178 | |
parent | f278a1fd3336d7629386e20662b0d4b7e339bbab (diff) | |
download | mrust-71140ac9d1a8cce1cdd34a3e697fbda350d86a00.tar.gz |
Makefile - more rustc deps
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -155,7 +155,8 @@ output/librustc_errors.hir: $(call fcn_extcrate, std syntax_pos term) output/libsyntax.hir: $(call fcn_extcrate, std rustc_errors) output/librustc_back.hir: $(call fcn_extcrate, std syntax) output/librustc_data_structures.hir: $(call fcn_extcrate, std log serialize libc) -output/librustc.hir: $(call fcn_extcrate, std arena flate fmt_macros graphviz rbml rustc_llvm rustc_back getopts rustc_data_structures) +output/librustc_const_math.hir: $(call fcn_extcrate, std log syntax serialize) +output/librustc.hir: $(call fcn_extcrate, std arena core flate fmt_macros graphviz rbml rustc_llvm rustc_back getopts rustc_data_structures rustc_const_math rustc_errors log syntax syntax_pos rustc_bitflags serialize) output/rustc: $(RUSTCSRC)src/rustc/rustc.rs output/librustc.hir @echo "--- [MRUSTC] $@" |