Makefile: don't use "FORCE" for tags targets
commit7171221d82249cb8ce4b73a40852a487d1cebde7
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Wed, 21 Jul 2021 23:23:04 +0000 (22 01:23 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 22 Jul 2021 16:29:24 +0000 (22 09:29 -0700)
treeecdaeac340646b6330991c69ab4522569585db43
parent033395be3287170658f0a36fa406dea9def7b657
Makefile: don't use "FORCE" for tags targets

Remove the "FORCE" dependency from the "tags", "TAGS" and "cscope"
targets, instead make them depend on whether or not the relevant
source files have changed.

For the cscope target we need to change it to depend on the actual
generated file while we generate while we're at it, as the next commit
will discuss we always generate a cscope.out file.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile