]> Kevux Git Server - rit/commit
Makefile: move ".PHONY: cscope" near its target
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 29 Jun 2021 11:12:55 +0000 (13:12 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Jun 2021 20:04:00 +0000 (13:04 -0700)
commit922f8bbbf1097206969e423dd7af1bf33443765b
tree5e3d96207be349af95b3fbad9943e5ffb8d8c3ea
parentebf3c04b262aa27fbb97f8a0156c2347fecafafb
Makefile: move ".PHONY: cscope" near its target

Move the ".PHONY: cscope" rule to live alongside the "cscope" target
itself, not to be all the way near the bottom where we define the
"FORCE" rule.

That line was last modified in 2f76919517e (MinGW: avoid collisions
between "tags" and "TAGS", 2010-09-28).

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