]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: fix 'make distcheck'
authorCollin Funk <collin.funk1@gmail.com>
Sun, 18 May 2025 04:02:20 +0000 (21:02 -0700)
committerPádraig Brady <P@draigBrady.com>
Sun, 18 May 2025 08:41:02 +0000 (09:41 +0100)
* src/local.mk (EXTRA_DIST): Distribute src/make-prime-list.c
to satisfy the new make dependency.

src/local.mk

index 68c7db63a8565e7059530276220676d563c3f504..8220075c561d7fe8f7a5efd4ed23f89ff69e0ab2 100644 (file)
@@ -68,6 +68,7 @@ noinst_HEADERS =              \
 EXTRA_DIST +=          \
   src/dcgen            \
   src/dircolors.hin    \
+  src/make-prime-list.c        \
   src/primes.h         \
   src/tac-pipe.c       \
   src/extract-magic