1
Fork 0

move tools.mk to run-make

apparently I missed some tests in the last commit. Rather than having
dozens of tests use the long version, use the short version in
`run-make` and the long version in `run-make-fulldeps` (which is now
only three tests)
This commit is contained in:
Joshua Nelson 2023-03-30 07:58:50 -05:00
parent 06b2d4b4ab
commit 26e1ce7394
89 changed files with 88 additions and 88 deletions

View file

@ -1,4 +1,4 @@
include ../../run-make-fulldeps/tools.mk
include ../tools.mk
OUTPUT_DIR := "$(TMPDIR)/rustdoc"