From 8183bf1f7ffa47cd966bdc7872ca36875d9d83a1 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 18 May 2019 16:35:39 +0800 Subject: Makefile - Ensure that patch changes cause a rustc update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3