mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
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.
This commit is contained in:
@@ -336,9 +336,6 @@ src_sort_LDADD += $(LIBPMULTITHREAD)
|
||||
# for pthread_sigmask
|
||||
src_sort_LDADD += $(PTHREAD_SIGMASK_LIB)
|
||||
|
||||
# for mbrtowc, mbfile
|
||||
src_fold_LDADD += $(LIBC32CONV) $(LIBUNISTRING) $(MBRTOWC_LIB)
|
||||
|
||||
# Get the release year from lib/version-etc.c.
|
||||
RELEASE_YEAR = \
|
||||
`sed -n '/.*COPYRIGHT_YEAR = \([0-9][0-9][0-9][0-9]\) };/s//\1/p' \
|
||||
|
||||
Reference in New Issue
Block a user