diff options
author | John Hodge <tpg@mutabah.net> | 2016-12-30 12:47:19 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2016-12-30 12:47:19 +0800 |
commit | 0d9424dc55f8688871c9a61ff75e6a1d4c322e05 (patch) | |
tree | 769af33e45aff4cbb7db9c22637626f7df7b2903 | |
parent | 4b811b8a57fc2d5296fbf79beeda65777abd915d (diff) | |
download | mrust-0d9424dc55f8688871c9a61ff75e6a1d4c322e05.tar.gz |
Makefile - Another rustc dep
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |