mirror of
https://github.com/lcn2/calc.git
synced 2025-08-19 01:13:27 +03:00
Fixed depend rule for custom/Makefile
This commit is contained in:
@@ -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} \
|
||||
|
Reference in New Issue
Block a user