Skip to content

Commit

Permalink
mk: move rustc_const_eval to RUSTC_CRATES where it belongs.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyb committed Mar 29, 2016
1 parent 0abd313 commit f22ec29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mk/crates.mk
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ TARGET_CRATES := libc std term \
getopts collections test rand \
core alloc \
rustc_unicode rustc_bitflags \
alloc_system alloc_jemalloc rustc_const_eval
alloc_system alloc_jemalloc
RUSTC_CRATES := rustc rustc_typeck rustc_mir rustc_borrowck rustc_resolve rustc_driver \
rustc_trans rustc_back rustc_llvm rustc_privacy rustc_lint \
rustc_data_structures rustc_front rustc_platform_intrinsics \
rustc_plugin rustc_metadata rustc_passes rustc_save_analysis
rustc_plugin rustc_metadata rustc_passes rustc_save_analysis \
rustc_const_eval
HOST_CRATES := syntax syntax_ext $(RUSTC_CRATES) rustdoc fmt_macros \
flate arena graphviz rbml log serialize
TOOLS := compiletest rustdoc rustc rustbook error_index_generator
Expand Down

0 comments on commit f22ec29

Please sign in to comment.