make: Replace some executables by absolute paths to improve performance

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2017-09-02 19:26:52 +00:00
commit f5c43f706a
54 changed files with 134 additions and 137 deletions

View file

@ -20,7 +20,7 @@ clean: depclean my_depclean
# convenience targets
dep: $(DEPEND_MK)
my_depclean:
rm -f .*.dep.mk
$(RM) -f .*.dep.mk
# rules
$(DEPEND_MK): $(PREREQ_DONE)