+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.
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 \
+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
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 \
+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.
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 \
+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.
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 \