summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-10-22 16:06:44 +0800
committerJohn Hodge <tpg@mutabah.net>2016-10-22 16:06:44 +0800
commit59c451383ca6b3d2310a509162f2b49b404eda6c (patch)
treebd8e14fcf00e61b5c23cb918211d7acba8f5b85a
parentd3cd331e7932b9b74f5995e42bc9cafc33f5ce92 (diff)
downloadmrust-59c451383ca6b3d2310a509162f2b49b404eda6c.tar.gz
Makefile - Add dependency for libstd (libcompiler_builtins)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4b3643e8..0aeb8cda 100644
--- a/Makefile
+++ b/Makefile
@@ -132,7 +132,7 @@ output/librustc_unicode.hir: output/libcore.hir
output/libcollections.hir: output/libcore.hir output/liballoc.hir output/librustc_unicode.hir
output/librand.hir: output/libcore.hir
output/liblibc.hir: output/libcore.hir
-output/libstd.hir: $(call fcn_extcrate, core collections rand libc unwind)
+output/libstd.hir: $(call fcn_extcrate, core collections rand libc unwind compiler_builtins)
output/libunwind.hir: $(call fcn_extcrate, core libc)
output/libtest.hir: $(call fcn_extcrate, std getopts term panic_unwind)