Drop $(EXEEXT) suffix from shared libraries
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 30 Nov 2020 08:00:00 +0000 (08:00 +0000)
committerMark Wielaard <mark@klomp.org>
Sun, 6 Dec 2020 11:47:24 +0000 (12:47 +0100)
commit2f02e81510946a4c8e9157ad0b72d92894b9acd7
tree304ff8a064197ae3ad708451fd41b39d34b1f4e7
parent609290a61d4f900c65b7e0e273981022a826e4c0
Drop $(EXEEXT) suffix from shared libraries

According to GNU Automake documentation [1], $(EXEEXT) is the suffix
that should be used for executables, it is not applicable for shared libraries.

[1] https://www.gnu.org/software/automake/manual/html_node/EXEEXT.html

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
debuginfod/ChangeLog
debuginfod/Makefile.am
libasm/ChangeLog
libasm/Makefile.am
libdw/ChangeLog
libdw/Makefile.am
libelf/ChangeLog
libelf/Makefile.am