]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: cleanup libraries unnecessarily added to fold
authorCollin Funk <collin.funk1@gmail.com>
Wed, 10 Sep 2025 03:39:37 +0000 (20:39 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Wed, 10 Sep 2025 03:39:37 +0000 (20:39 -0700)
commit1ba065b5beceb9461876b06cc906f78363e1d832
treeb4694e863ad47ae7fabc71c88a1524a4305e032d
parent2ed207cb1fe7ae51ffc1c987ef1c7848f2b56358
maint: cleanup libraries unnecessarily added to fold

* src/local.mk (src_fold_LDADD): Remove $(MBRTOWC_LIB) since it is
already added to LDADD. Remove $(LIBC32CONV) and $(LIBUNISTRING) which
were for an uncommitted patch which used Gnulib's mbfile module.
src/local.mk