env depfile: add missing touch (#31494)
Oversight in #31433, the non-phony `env` target was missing a file being created for it, which can cause make to infinitely loop when including multiple generated makefiles.
This commit is contained in:
parent
7917f87c63
commit
d904a789d5
@ -594,6 +594,7 @@ def get_install_target(name):
|
|||||||
{}: {}
|
{}: {}
|
||||||
|
|
||||||
{}: {}
|
{}: {}
|
||||||
|
\t@touch $@
|
||||||
|
|
||||||
{}:
|
{}:
|
||||||
\t@mkdir -p {}
|
\t@mkdir -p {}
|
||||||
|
Loading…
Reference in New Issue
Block a user