]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
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)
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

index aaffac7c0a534128dcf8fb0cee8a3c894bd8f773..3039371f0c0803fafcd7c049ff866793614980de 100644 (file)
@@ -1,3 +1,7 @@
+2020-11-30  Dmitry V. Levin  <ldv@altlinux.org>
+
+       * Makefile.am (libdebuginfod.so$(EXEEXT)): Drop $(EXEEXT) suffix.
+
 2020-11-25  Frank Ch. Eigler  <fche@redhat.com>
 
        * debuginfod.cxx (step_ok_done): Correct typo in prom metric label.
index 0af3b58c4131dfce76db675a345d66447fce145c..352b49156fde468afed90571ffe1fa40f551bb15 100644 (file)
@@ -100,7 +100,7 @@ libdebuginfod_so_LDLIBS =
 else
 libdebuginfod_so_LDLIBS = $(libcurl_LIBS) $(fts_LIBS)
 endif
-libdebuginfod.so$(EXEEXT): $(srcdir)/libdebuginfod.map $(libdebuginfod_so_LIBS)
+libdebuginfod.so: $(srcdir)/libdebuginfod.map $(libdebuginfod_so_LIBS)
        $(AM_V_CCLD)$(LINK) $(dso_LDFLAGS) -o $@ \
                -Wl,--soname,$@.$(VERSION) \
                -Wl,--version-script,$<,--no-undefined \
index d7ab8c428e628fd0090609e308c17c795442e7c9..29c23badb09f1ded3fea89ad579cd9a7acef5a4f 100644 (file)
@@ -1,3 +1,7 @@
+2020-11-30  Dmitry V. Levin  <ldv@altlinux.org>
+
+       * Makefile.am (libasm.so$(EXEEXT)): Drop $(EXEEXT) suffix.
+
 2020-10-29  Mark Wielaard  <mark@klomp.org>
 
        * asm_align.c (__libasm_ensure_section_space): Use calloc, not
index b2bff92923c3a3481e1810c2a5de61b355f84738..4b55d5300db69d385717316474addd515e0e65ca 100644 (file)
@@ -63,7 +63,7 @@ endif
 
 libasm_so_LIBS = libasm_pic.a
 libasm_so_SOURCES =
-libasm.so$(EXEEXT): $(srcdir)/libasm.map $(libasm_so_LIBS) $(libasm_so_DEPS)
+libasm.so: $(srcdir)/libasm.map $(libasm_so_LIBS) $(libasm_so_DEPS)
        $(AM_V_CCLD)$(LINK) $(dso_LDFLAGS) -o $@ \
                -Wl,--soname,$@.$(VERSION) \
                -Wl,--version-script,$<,--no-undefined \
index 6f8ebea692e7a31c3901b17b80a8aacddebf9bbc..fbe2abc01e76445c3fa5f887a58ca44f19e8e2b6 100644 (file)
@@ -1,3 +1,7 @@
+2020-11-30  Dmitry V. Levin  <ldv@altlinux.org>
+
+       * Makefile.am (libdw.so$(EXEEXT)): Drop $(EXEEXT) suffix.
+
 2020-11-01  Érico N. Rolim  <erico.erc@gmail.com>
 
        * Makefile.am (libdw_so_LDLIBS): Add fts_LIBS.
index 1dbb3d5ed3e32a4e337aa3fa32d7c44716f69ae6..f21ee6ae4c05573eaef42c41c14f30e6e800c730 100644 (file)
@@ -111,7 +111,7 @@ libdw_so_LIBS = ../libebl/libebl_pic.a ../backends/libebl_backends_pic.a \
 libdw_so_DEPS = ../lib/libeu.a ../libelf/libelf.so
 libdw_so_LDLIBS = $(libdw_so_DEPS) -ldl -lz $(argp_LDADD) $(fts_LIBS) $(obstack_LIBS) $(zip_LIBS) -pthread
 libdw_so_SOURCES =
-libdw.so$(EXEEXT): $(srcdir)/libdw.map $(libdw_so_LIBS) $(libdw_so_DEPS)
+libdw.so: $(srcdir)/libdw.map $(libdw_so_LIBS) $(libdw_so_DEPS)
        $(AM_V_CCLD)$(LINK) $(dso_LDFLAGS) -o $@ \
                -Wl,--soname,$@.$(VERSION),--enable-new-dtags \
                -Wl,--version-script,$<,--no-undefined \
index d685872dc4bd44784b594320e1e80e414cad8aaa..0a9e36a2976de0e7c66b5799631b378f0d3ed751 100644 (file)
@@ -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.
index d5d63f733530368a5780226f706cabf476a4dabc..f8f2afeb0b6606443ac593fe8fe2d5b25483a248 100644 (file)
@@ -113,7 +113,7 @@ endif
 
 libelf_so_LIBS = libelf_pic.a
 libelf_so_SOURCES =
-libelf.so$(EXEEXT): $(srcdir)/libelf.map $(libelf_so_LIBS) $(libelf_so_DEPS)
+libelf.so: $(srcdir)/libelf.map $(libelf_so_LIBS) $(libelf_so_DEPS)
        $(AM_V_CCLD)$(LINK) $(dso_LDFLAGS) -o $@ \
                -Wl,--soname,$@.$(VERSION) \
                -Wl,--version-script,$<,--no-undefined \