diff options
Diffstat (limited to 'tests/run-make/rustdoc-with-output-option')
-rw-r--r-- | tests/run-make/rustdoc-with-output-option/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-make/rustdoc-with-output-option/Makefile b/tests/run-make/rustdoc-with-output-option/Makefile index 02093a35c..d0a8205a8 100644 --- a/tests/run-make/rustdoc-with-output-option/Makefile +++ b/tests/run-make/rustdoc-with-output-option/Makefile @@ -1,4 +1,4 @@ -include ../../run-make-fulldeps/tools.mk +include ../tools.mk OUTPUT_DIR := "$(TMPDIR)/rustdoc" |