From: Ævar Arnfjörð Bjarmason Date: Tue, 28 Jun 2022 10:15:55 +0000 (+0200) Subject: gitweb/Makefile: define all .PHONY prerequisites inline X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/ec228e58276bb35869df7e82d96951cdf1730c2f6f0197571a54f5c0db0c8ebb?hp=ec228e58276bb35869df7e82d96951cdf1730c2f6f0197571a54f5c0db0c8ebb 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 Signed-off-by: Junio C Hamano ---