about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTor Hovland <tor.hovland@bekk.no>2021-11-07 20:06:22 +0100
committerTor Hovland <tor.hovland@bekk.no>2021-11-07 20:06:22 +0100
commit27464fa5016bf5cfcc7e6cab3801003b1c7d21d4 (patch)
tree01222c054ac2d17cba652d84a3a3dbe1f7782783
parentede76c40d1f1d32e6e1536b1e08122debc52ab00 (diff)
downloadrust-27464fa5016bf5cfcc7e6cab3801003b1c7d21d4.tar.gz
rust-27464fa5016bf5cfcc7e6cab3801003b1c7d21d4.zip
Almost all the other tests use '-include', so we'll do too.
-rw-r--r--src/test/run-make/issue-10971-temps-dir/Makefile2
1 files changed, 1 insertions, 1 deletions
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.