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

@ -6,7 +6,7 @@
SRC_DIR := $(abspath .)
SRC_DIR_PARENT := $(abspath ..)
include ../../run-make-fulldeps/tools.mk
include ../tools.mk
all: \
abs_input_outside_working_dir \