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:
Harmen Stoppels 2022-07-12 14:16:31 +02:00 committed by GitHub
parent 7917f87c63
commit d904a789d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -594,6 +594,7 @@ def get_install_target(name):
{}: {}
{}: {}
\t@touch $@
{}:
\t@mkdir -p {}