From: Pádraig Brady
Date: Wed, 18 Dec 2024 12:53:02 +0000 (+0000) Subject: crc-x86_64: fix build failure due to indentation X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=da6b90f1fd041c013b9685ec4256e16d75b83f5d;p=gnulib.git crc-x86_64: fix build failure due to indentation * modules/crc-x86_64: Remove indentation on lib_SOURCES, as otherwise it's replaced with libcoreutils_a_SOURCES rather than the required lib_libcoreutils_a_SOURCES, resulting in: lib/gnulib.mk:1090: error: libcoreutils_a_SOURCES must be set with '=' before using '+=' lib/gnulib.mk:1090: warning: variable 'libcoreutils_a_SOURCES' is defined but no program or lib/gnulib.mk:1090: library has 'libcoreutils_a' as canonical name (possible typo) --- diff --git a/ChangeLog b/ChangeLog index 74d1ded7d5..cf98e92c62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-12-18 Pádraig Brady
+
+ crc-x86_64: fix build failure due to indentation
+ * modules/crc-x86_64: Remove indentation on lib_SOURCES,
+ so that it's transformed correctly to lib_libcoreutils_a_SOURCES.
+
2024-12-17 Bruno Haible