diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2020-11-30 08:00:00 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2020-12-06 12:47:24 +0100 |
commit | 2f02e81510946a4c8e9157ad0b72d92894b9acd7 (patch) | |
tree | 304ff8a064197ae3ad708451fd41b39d34b1f4e7 /libelf/ChangeLog | |
parent | 609290a61d4f900c65b7e0e273981022a826e4c0 (diff) | |
download | elfutils-2f02e81510946a4c8e9157ad0b72d92894b9acd7.tar.gz |
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>
Diffstat (limited to 'libelf/ChangeLog')
-rw-r--r-- | libelf/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog index d685872d..0a9e36a2 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -1,3 +1,7 @@ +2020-11-30 Dmitry V. Levin <ldv@altlinux.org> + + * Makefile.am (libelf.so$(EXEEXT)): Drop $(EXEEXT) suffix. + 2020-11-06 Mark Wielaard <mark@klomp.org> * elf-knowledge.h (SH_ENTSIZE_HASH): Update comment. |