]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: let clar header targets depend on their scripts
authorPatrick Steinhardt <ps@pks.im>
Fri, 15 Nov 2024 07:32:44 +0000 (08:32 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 Nov 2024 00:59:26 +0000 (09:59 +0900)
commit5dac35bbdeb8684bba8e9633eaf282e59c482010
tree8af2365a6468d9d52fafd2286827f99c2f4d0db2
parent8caa7b9b05a67da7cbcd7fe42725177cda9eae7c
Makefile: let clar header targets depend on their scripts

The targets that generate clar headers depend on their source files, but
not on the script that is actually generating the output. Fix the issue
by adding the missing dependencies.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile