diff options
| author | Tor Hovland <tor.hovland@bekk.no> | 2021-11-07 20:06:22 +0100 |
|---|---|---|
| committer | Tor Hovland <tor.hovland@bekk.no> | 2021-11-07 20:06:22 +0100 |
| commit | 27464fa5016bf5cfcc7e6cab3801003b1c7d21d4 (patch) | |
| tree | 01222c054ac2d17cba652d84a3a3dbe1f7782783 | |
| parent | ede76c40d1f1d32e6e1536b1e08122debc52ab00 (diff) | |
| download | rust-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/Makefile | 2 |
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. |
