]> git.ipfire.org Git - thirdparty/git.git/commit
gitweb/Makefile: define all .PHONY prerequisites inline
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 28 Jun 2022 10:15:55 +0000 (12:15 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Jun 2022 20:20:04 +0000 (13:20 -0700)
commit7decdb9b4ac322158069645685b7527cba65a7e7
treefb0bceab131fcac4abe1e926a7bf1ea9a8139d40
parent2668e3608e47494f2f10ef2b6e69f08a84816bcb
gitweb/Makefile: define all .PHONY prerequisites inline

Move the '.PHONY' definition so that it's split up and accompanies the
relevant as they're defined. This will make a subsequent diff smaller
as we'll remove some of these, and won't need to re-edit the
now-removed '.PHONY' line.

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