diff options
author | John Hodge <tpg@ucc.asn.au> | 2019-05-18 16:35:39 +0800 |
---|---|---|
committer | John Hodge <tpg@ucc.asn.au> | 2019-05-18 16:35:39 +0800 |
commit | 8183bf1f7ffa47cd966bdc7872ca36875d9d83a1 (patch) | |
tree | 0c5b2483f73b2b171d689aea761272f0f05c4886 | |
parent | 278efd923cb06f2c3f9719db54f775ed2a29062e (diff) | |
download | mrust-8183bf1f7ffa47cd966bdc7872ca36875d9d83a1.tar.gz |
Makefile - Ensure that patch changes cause a rustc update
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |