auto merge of #12159 : alexcrichton/rust/move-fourcc, r=kballard

It depends on libsyntax, which is a host crate, so it can't be in the target
crates section.
This commit is contained in:
bors 2014-02-10 22:51:42 -08:00
commit 3794d681b3
1 changed files with 2 additions and 2 deletions

View File

@ -50,8 +50,8 @@
################################################################################
TARGET_CRATES := std extra green rustuv native flate arena glob term semver \
uuid serialize sync getopts collections fourcc
HOST_CRATES := syntax rustc rustdoc
uuid serialize sync getopts collections
HOST_CRATES := syntax rustc rustdoc fourcc
CRATES := $(TARGET_CRATES) $(HOST_CRATES)
TOOLS := compiletest rustdoc rustc