From a43e332fe4db9ba526281c3f9f48cadd3fb8d3ca Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Wed, 1 Feb 2023 13:39:57 +0000 Subject: [PATCH] Fix near-tautological repetition in ChangeLog Signed-off-by: David Horstmann --- ChangeLog.d/c-build-helper-hostcc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.d/c-build-helper-hostcc.txt b/ChangeLog.d/c-build-helper-hostcc.txt index ebf77b3eb..86182c3be 100644 --- a/ChangeLog.d/c-build-helper-hostcc.txt +++ b/ChangeLog.d/c-build-helper-hostcc.txt @@ -1,4 +1,4 @@ Features * Use HOSTCC (if it is set) when compiling C code during generation of the - generated files. This allows them to be generated when CC is set for - cross compilation. + configuration-independent files. This allows them to be generated when + CC is set for cross compilation.