]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: don't use '$<' in non-suffix rules master
authorCollin Funk <collin.funk1@gmail.com>
Wed, 30 Jul 2025 23:33:24 +0000 (16:33 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Wed, 30 Jul 2025 23:33:24 +0000 (16:33 -0700)
commit72d483dab7cabcf4b18fbfa7429edc96967a4a50
tree30edb4d5fa9cdeaf5fce4b85825ab155a3029bba
parenta7c63296c1364862cedf96e4932147a2646c7843
build: don't use '$<' in non-suffix rules

* src/local.mk (src/speedlist.h): Use the file name instead of '$<'
which is not supported by OpenBSD make.
src/local.mk