mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-06 15:16:06 +00:00

The sed line in the rules was adding the .d file as a target to the dependency rules -- to ensure the file gets rebuild when the sources change. The same thing can be achieved more elegantly with some -M flags.