From 5b670937ed4f466a4b488aa820e2c310ee79e271 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 30 Oct 2016 16:07:48 +0800 Subject: Makefile - More correct dependencies for -j builds --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 26640283..d4f48e6e 100644 --- a/Makefile +++ b/Makefile @@ -134,12 +134,18 @@ 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/libcompiler_builtins.hir: output/libcore.hir output/libstd.hir: $(call fcn_extcrate, core collections rand libc unwind compiler_builtins) output/libunwind.hir: $(call fcn_extcrate, core libc) +output/libterm.hir: $(call fcn_extcrate, std) +output/libpanic_unwind.hir: $(call fcn_extcrate, core alloc libc unwind) output/libtest.hir: $(call fcn_extcrate, std getopts term panic_unwind) output/libgetopts.hir: output/libstd.hir +output/liballoc_system.hir: $(call fcn_extcrate, core libc) +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) -- cgit v1.2.3