]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: fix make dist failure
authorPádraig Brady <P@draigBrady.com>
Mon, 17 Nov 2025 19:57:16 +0000 (19:57 +0000)
committerPádraig Brady <P@draigBrady.com>
Mon, 17 Nov 2025 20:02:55 +0000 (20:02 +0000)
* src/local.mk: s/crc.h/cksum_crc.h/.
Reported by Bruno Haible.

src/cksum_crc.h
src/local.mk

index 1c202ef7676f7fdf0c731b3c8c064dd72961a023..9db1a510f7df7a5ef180d121d316565416c86438 100644 (file)
@@ -14,8 +14,8 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
-#ifndef __CKSUM_H__
-# define __CKSUM_H__
+#ifndef __CKSUM_CRC_H__
+# define __CKSUM_CRC_H__
 
 # include <stdint.h>
 # include <stdio.h>
index 0050439a8e59155ccb96e7b1ec351e5140e6ead5..d1f1b9462d6af25f3c95f111f551872a17416408 100644 (file)
@@ -451,7 +451,7 @@ src_b2sum_SOURCES = src/cksum.c \
                    src/blake2/b2sum.c src/blake2/b2sum.h
 
 src_cksum_SOURCES = $(src_b2sum_SOURCES) src/sum.c src/sum.h \
-                   src/cksum_crc.c src/crc.h src/crctab.c
+                   src/cksum_crc.c src/cksum_crc.h src/crctab.c
 src_cksum_CPPFLAGS = -DHASH_ALGO_CKSUM=1 -DHAVE_CONFIG_H $(AM_CPPFLAGS)
 
 if USE_AVX512_CRC32