]> git.ipfire.org Git - thirdparty/git.git/commit
Makefile: adjust sed command for generating "clar-decls.h"
authorAlejandro R. Sedeño <asedeno@mit.edu>
Mon, 21 Oct 2024 10:56:35 +0000 (12:56 +0200)
committerTaylor Blau <me@ttaylorr.com>
Mon, 21 Oct 2024 20:53:07 +0000 (16:53 -0400)
commita779c8e8d5eab375c3b2137b91af51c378f49b33
tree097b5f29362891e6740d050297152dcd33f96b38
parent7d5f18a901a7b2c2fd4722b0dbc915b97e61787b
Makefile: adjust sed command for generating "clar-decls.h"

This moves the end-of-line marker out of the captured group, matching
the start-of-line marker and for some reason fixing generation of
"clar-decls.h" on some older, more esoteric platforms.

Signed-off-by: Alejandro R. Sedeño <asedeno@mit.edu>
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Makefile