]> git.ipfire.org Git - thirdparty/git.git/commit
cmake: use the correct file name for the Perl header
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 17 Dec 2024 17:31:59 +0000 (17:31 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Dec 2024 20:48:54 +0000 (12:48 -0800)
commitca358e6bb2666446116974d72fbf7bf817fdc254
treeb7ac7f0855aeb47cf40bde373945ea1edabc623d
parentdf87d53e941f8d7af4d60018b24eeb845a01c355
cmake: use the correct file name for the Perl header

In e4b488049a5 (Makefile: extract script to massage Perl scripts,
2024-12-06), the code was refactored that is used to transform the Perl
scripts/modules to their final form.

Even the CMake-based build was adjusted, but the change used the file
name `PERL-HEADER` instead of the file name used by the Makefile-based
build (same name but with the `GIT-` prefix). Let's adjust the former to
the latter.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/buildsystems/CMakeLists.txt