summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2017-01-08 19:08:57 +0800
committerJohn Hodge <tpg@mutabah.net>2017-01-08 19:08:57 +0800
commitb048548fe8f7f26abf35d501a0d85bb33aa37550 (patch)
treec76fe58732aabe502cca3f2bb64488237e279919
parent326dba7558eab915cb201efc19506208a5843825 (diff)
downloadmrust-b048548fe8f7f26abf35d501a0d85bb33aa37550.tar.gz
Makefile - Remove renamed dependency
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 64c98620..e6924777 100644
--- a/Makefile
+++ b/Makefile
@@ -166,7 +166,7 @@ output/liballoc_jemalloc.hir: $(call fcn_extcrate, core libc)
output/libserialize.hir: $(call fcn_extcrate, std log rustc_i128)
output/librustc_llvm.hir: $(call fcn_extcrate, std rustc_bitflags)
output/librustc_errors.hir: $(call fcn_extcrate, std syntax_pos term)
-output/libsyntax.hir: $(call fcn_extcrate, std core serialize term libc log rustc_bitflags rustc_unicode rustc_errors syntax_pos rustc_data_structures)
+output/libsyntax.hir: $(call fcn_extcrate, std core serialize term libc log rustc_bitflags rustc_errors syntax_pos rustc_data_structures)
output/librustc_back.hir: $(call fcn_extcrate, std syntax)
output/librustc_data_structures.hir: $(call fcn_extcrate, std log serialize libc)
output/librustc_const_math.hir: $(call fcn_extcrate, std log syntax serialize)