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:
parent
06b2d4b4ab
commit
26e1ce7394
89 changed files with 88 additions and 88 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue