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:
		| @@ -594,6 +594,7 @@ def get_install_target(name): | ||||
| {}: {} | ||||
| 
 | ||||
| {}: {} | ||||
| \t@touch $@ | ||||
| 
 | ||||
| {}: | ||||
| \t@mkdir -p {} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Harmen Stoppels
					Harmen Stoppels