[lldb/test] Simplify Makefile rules for .d files
authorPavel Labath <pavel@labath.sk>
Wed, 15 Jul 2020 14:50:34 +0000 (16:50 +0200)
committerPavel Labath <pavel@labath.sk>
Mon, 20 Jul 2020 13:53:19 +0000 (15:53 +0200)
commit9decf0405fe1bd79325ca47dba15d8914608e242
tree1e8157540fe2729d9b3d5dbe675d1980af06d262
parente88b6ed7486865424a8d49543c523838dcb01875
[lldb/test] Simplify Makefile rules for .d files

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.
lldb/packages/Python/lldbsuite/test/make/Makefile.rules