From c31707b1c6bfe438107d25fa7322839671330744 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Wed, 23 Nov 2016 15:17:21 +0800 Subject: Makefile - Dependencies for librustc_trans --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b699242b..0d9f52d1 100644 --- a/Makefile +++ b/Makefile @@ -168,6 +168,7 @@ output/librustc_const_eval.hir: $(call fcn_extcrate, std arena syntax log rustc output/librustc_plugin.hir: $(call fcn_extcrate, std $(call fn_getdeps, $(RUSTCSRC)src/librustc_plugin/lib.rs)) output/librustc.hir: $(call fcn_extcrate, std $(call fn_getdeps, $(RUSTCSRC)src/librustc/lib.rs)) +output/librustc_trans.hir: $(call fcn_extcrate, std $(call fn_getdeps, $(RUSTCSRC)src/librustc_trans/lib.rs)) output/rustc: $(RUSTCSRC)src/rustc/rustc.rs output/librustc.hir output/librustc_driver.hir @echo "--- [MRUSTC] $@" -- cgit v1.2.3