summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-11-05 13:49:31 +0800
committerJohn Hodge <tpg@mutabah.net>2016-11-05 13:49:31 +0800
commit2ccafb09cae0602d21bff6668eda7a1651a72f4f (patch)
treef67a8979bcf96d6867b6cbb2cafa57efb591d873
parent005933865519122f27d5ee9367401c65f405ae7e (diff)
downloadmrust-2ccafb09cae0602d21bff6668eda7a1651a72f4f.tar.gz
Makefile - Fix dependency for librustc_error
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d41502c..bb1a0f85 100644
--- a/Makefile
+++ b/Makefile
@@ -150,7 +150,7 @@ output/liballoc_jemalloc.hir: $(call fcn_extcrate, core libc)
output/libserialize.hir: $(call fcn_extcrate, std log)
output/librbml.hir: $(call fcn_extcrate, std serialize)
output/librustc_llvm.hir: $(call fcn_extcrate, std rustc_bitflags)
-output/librustc_errors.hir: $(call fcn_extcrate, std syntax_pos)
+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.hir: $(call fcn_extcrate, std arena flate fmt_macros graphviz rbml rustc_llvm rustc_back)