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:
parent
ae4aafa468
commit
88d7e65cc2
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue