* 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)
+2024-12-18 Pádraig Brady <P@draigBrady.com>
+
+ 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 <bruno@clisp.org>
crc-x86_64: Tweaks.
Makefile.am:
if GL_CRC_X86_64_PCLMUL
- lib_SOURCES += crc-x86_64-pclmul.c
+lib_SOURCES += crc-x86_64-pclmul.c
endif
Include: