Git fork

git-gui: sync Makefiles with git.git

In git.git, commit 5309c1e9fb39 (Makefile: set default goals in
makefiles, 2025-02-15) touched two Makefiles in the git-git/ directory.
Import these changes, so that the trees can converge again with the
next merge of this repository into git.git.

Reported-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>

authored by

Adam Dinwoodie and committed by
Johannes Sixt
7ef77ec0 530c5f00

+4
+1
Makefile
··· 1 + # The default target of this Makefile is... 1 2 all:: 2 3 3 4 # Define V=1 to have a more verbose compile.
+3
po/glossary/Makefile
··· 1 + # The default target of this Makefile is... 2 + update-po:: 3 + 1 4 PO_TEMPLATE = git-gui-glossary.pot 2 5 3 6 ALL_POFILES = $(wildcard *.po)