From: Tor Hovland Date: Sun, 7 Nov 2021 19:06:22 +0000 (+0100) Subject: Almost all the other tests use '-include', so we'll do too. X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=27464fa5016bf5cfcc7e6cab3801003b1c7d21d4;p=rust.git Almost all the other tests use '-include', so we'll do too. --- diff --git a/src/test/run-make/issue-10971-temps-dir/Makefile b/src/test/run-make/issue-10971-temps-dir/Makefile index 28aa188c392..18d8729ab0c 100644 --- a/src/test/run-make/issue-10971-temps-dir/Makefile +++ b/src/test/run-make/issue-10971-temps-dir/Makefile @@ -1,4 +1,4 @@ -include ../../run-make-fulldeps/tools.mk +-include ../../run-make-fulldeps/tools.mk # Regression test for issue #10971 # Running two invocations in parallel would overwrite each other's temp files.