mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 02:26:27 +08: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.