]> Savannah Git Hosting - gnulib.git/commit
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)
commitda6b90f1fd041c013b9685ec4256e16d75b83f5d
tree4dcb72f7515795f4735b985da88d314c9e0874ec
parent9b64540d327cc455cd1049a37b55016cbef61988
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)
ChangeLog
modules/crc-x86_64