summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hodge <tpg@ucc.asn.au>2019-05-18 16:35:39 +0800
committerJohn Hodge <tpg@ucc.asn.au>2019-05-18 16:35:39 +0800
commit8183bf1f7ffa47cd966bdc7872ca36875d9d83a1 (patch)
tree0c5b2483f73b2b171d689aea761272f0f05c4886
parent278efd923cb06f2c3f9719db54f775ed2a29062e (diff)
downloadmrust-8183bf1f7ffa47cd966bdc7872ca36875d9d83a1.tar.gz
Makefile - Ensure that patch changes cause a rustc update
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8da0e1be..41d6bb7c 100644
--- a/Makefile
+++ b/Makefile
@@ -283,7 +283,7 @@ output$(OUTDIR_SUF)/rust/test_run-pass_hello_out.txt: output$(OUTDIR_SUF)/rust/t
#
# TEST: Rust standard library and the "hello, world" run-pass test
#
-test: output$(OUTDIR_SUF)/libstd.hir output$(OUTDIR_SUF)/rust/test_run-pass_hello_out.txt $(BIN)
+test: RUSTCSRC output$(OUTDIR_SUF)/libstd.hir output$(OUTDIR_SUF)/rust/test_run-pass_hello_out.txt $(BIN)
#
# TEST: Attempt to compile rust_os (Tifflin) from ../rust_os