]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: fix non parallel VPATH builds
authorPádraig Brady <P@draigBrady.com>
Sat, 5 Jul 2025 11:49:02 +0000 (12:49 +0100)
committerPádraig Brady <P@draigBrady.com>
Sat, 5 Jul 2025 11:49:02 +0000 (12:49 +0100)
commit1485eabfdd32bfc3805545b88c89a7995f3675c6
tree1400cd8f2ce619b51cb95b70ff4b5378218cdd83
parente34a79a03469d60edc31965b763654ddfa2564c7
build: fix non parallel VPATH builds

* src/local.mk: Use the coarser BUILT_SOURCES mechanism
to generate speedlist.h, rather than a specific dependency
(which did seem to work for parallel builds).
Fixes https://bugs.gnu.org/78960
src/local.mk