]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: fix dependency of GITGUI_MAIN on generator
authorCarlo Marcelo Arenas Belón <carenas@gmail.com>
Thu, 31 Jul 2025 08:06:25 +0000 (01:06 -0700)
committerJohannes Sixt <j6t@kdbg.org>
Thu, 31 Jul 2025 16:42:54 +0000 (18:42 +0200)
commitde0ac94c58fb6857cfcb902245a89396c690ab99
tree4281c3df0cddc6e087561c64e09d08ac2ee1f13f
parent8c02ecc6f66d6f0831485948555594bf1fff9763
git-gui: fix dependency of GITGUI_MAIN on generator

Since 854e883 (git-gui: extract script to generate "git-gui",
2025-03-11), the logic to generate the main script was pulled
out of the Makefile, but adding the resulting generator as a
dependency was missed.

If the logic changes, the main script should be regenerated, so
add it as a dependency.

Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Makefile