Fixed depend rule for custom/Makefile

This commit is contained in:
Landon Curt Noll
2021-12-07 03:01:46 -08:00
parent 5ae3ca059a
commit af57104e25
5 changed files with 8 additions and 0 deletions

View File

@@ -1267,6 +1267,7 @@ SPLINT= splint
SPLINT_OPTS=
STRIP= strip
TEE= tee
TAIL= tail
TOUCH= touch
TRUE= true
UNAME= uname
@@ -2080,6 +2081,7 @@ CUSTOM_PASSDOWN= \
SHELL=${SHELL} \
SORT=${SORT} \
T=${T} \
TAIL=${TAIL} \
TOP_MAKE_FILE=${MAKE_FILE} \
TOUCH=${TOUCH} \
TRUE=${TRUE} \