Skip to content

Makefile: Fix double escaping when DEPFILE is used

ConvertToOutputPath in this line causes escape characters to be processed twice when DEPFILE is enabled.

In !5617 (merged) we added a ConvertToOutputPath call on a path given to the depends field of WriteMakeRule. The latter already handles escaping for Makefile syntax.

Removed the ConvertToOutputPath function call.

Fixes: #25554 (closed)
Backport: release
Topic-rename: makefile-depfile

Edited by Brad King

Merge request reports