summaryrefslogtreecommitdiffstats
path: root/tests/run-make/overwrite-input/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/overwrite-input/Makefile')
-rw-r--r--tests/run-make/overwrite-input/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/overwrite-input/Makefile b/tests/run-make/overwrite-input/Makefile
index 03b03eb14..c62b5aab1 100644
--- a/tests/run-make/overwrite-input/Makefile
+++ b/tests/run-make/overwrite-input/Makefile
@@ -1,4 +1,4 @@
-include ../../run-make-fulldeps/tools.mk
+include ../tools.mk
all:
$(RUSTC) main.rs -o main.rs 2> $(TMPDIR)/file.stderr || echo "failed successfully"