From 0703340df6425f489f14f2448b7098b622dca1cb Mon Sep 17 00:00:00 2001 From: Vincenzo Pupillo Date: Tue, 5 Mar 2024 21:53:20 +0100 Subject: [PATCH] Removed a comment that breaks make install. * Makefile.in (install-info): comment removed. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index d54583399d0..6f014909307 100644 --- a/Makefile.in +++ b/Makefile.in @@ -812,7 +812,7 @@ install-info: done; \ (cd "$${thisdir}"; \ ${INSTALL_INFO} --info-dir="$(DESTDIR)${infodir}" "$(DESTDIR)${infodir}/$$elt"); \ - cp type_hierarchy* $(DESTDIR)${infodir}/; \ # Used by elisp.info. + cp type_hierarchy* $(DESTDIR)${infodir}/; \ done; \ fi -- 2.44.0