From 0d9424dc55f8688871c9a61ff75e6a1d4c322e05 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Fri, 30 Dec 2016 12:47:19 +0800 Subject: Makefile - Another rustc dep --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49f6fad6..f01fad94 100644 --- a/Makefile +++ b/Makefile @@ -140,7 +140,7 @@ fn_getdeps = \ | sed -n 's/.*extern crate \([a-zA-Z_0-9][a-zA-Z_0-9]*\)\( as .*\)\{0,1\};.*/\1/p' \ | tr '\n' ' ') -output/libarena.hir: output/libcore.hir +output/libarena.hir: output/libstd.hir output/liballoc.hir: output/libcore.hir output/librustc_unicode.hir: output/libcore.hir output/libcollections.hir: output/libcore.hir output/liballoc.hir output/librustc_unicode.hir -- cgit v1.2.3