]> git.sesse.net Git - ffmpeg/commit
ffbuild/common: Make deletion of templates possible
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 27 Jan 2021 23:04:53 +0000 (00:04 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 7 Feb 2021 08:45:04 +0000 (09:45 +0100)
commit3044d0efee9136c19dfdcf6dcdf957e910a73fd5
tree68d6e4cee2f2befe8e21078853637a3e3b68d453
parenta52b9464e4238b41484daecd60c6dc77115e2676
ffbuild/common: Make deletion of templates possible

If a target to be built includes a template file, the target's .d file
includes the template file as a prerequisite; if the code were changed so
that the template file no longer exists, one would get an error from
make that it has no rule for the template file target. Therefore add a
dummy rule for template files to make deleting them possible.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
ffbuild/common.mak