]> Savannah Git Hosting - gnulib.git/commitdiff
crc-x86_64: fix build failure due to indentation
authorPádraig Brady <P@draigBrady.com>
Wed, 18 Dec 2024 12:53:02 +0000 (12:53 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 18 Dec 2024 13:04:27 +0000 (13:04 +0000)
* 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)

ChangeLog
modules/crc-x86_64

index 74d1ded7d56b655f25f0c015608dcf121543e349..cf98e92c62c2d452338928a941d619a617a6ad85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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.
index 4796de054f15406c02a5691df4493af94090cfa1..2e4b5bf744bfcbae7c1d2517e3e1a8fdf7b3d508 100644 (file)
@@ -15,7 +15,7 @@ AC_REQUIRE([gl_CRC_X86_64_PCLMUL])
 
 Makefile.am:
 if GL_CRC_X86_64_PCLMUL
-  lib_SOURCES += crc-x86_64-pclmul.c
+lib_SOURCES += crc-x86_64-pclmul.c
 endif
 
 Include: