drop unused libtool target in our Makefile.am

Not sure what it was for, but it is not useful today.
This commit is contained in:
Aliaksey Kandratsenka 2023-06-27 14:08:14 -04:00
parent ae4aafa468
commit 88d7e65cc2
1 changed files with 0 additions and 3 deletions

View File

@ -1446,9 +1446,6 @@ libtcmalloc_minimal_debug.pc: libtcmalloc.pc
libprofiler.pc: libtcmalloc.pc
cat libtcmalloc.pc | sed s/-ltcmalloc/-lprofiler/ > "$@"
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck
$(top_distdir)/ChangeLog:
if test ! -f $(top_srcdir)/ChangeLog ; \
then git --git-dir=$(top_srcdir)/.git --work-tree=$(top_srcdir) \