summaryrefslogtreecommitdiffstats
path: root/tests/run-make/llvm-outputs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/llvm-outputs/Makefile')
-rw-r--r--tests/run-make/llvm-outputs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/llvm-outputs/Makefile b/tests/run-make/llvm-outputs/Makefile
index a3f25eba0..cccf1dd66 100644
--- a/tests/run-make/llvm-outputs/Makefile
+++ b/tests/run-make/llvm-outputs/Makefile
@@ -1,4 +1,4 @@
-include ../../run-make-fulldeps/tools.mk
+include ../tools.mk
all:
echo 'fn main() {}' | $(BARE_RUSTC) - --out-dir=$(TMPDIR)/random_directory_that_does_not_exist_ir/ --emit=llvm-ir