Commit c9c64749 by Dave Love

(install-info): Fix typpo in previous change.

From-SVN: r20656
parent 4bcfa7a8
......@@ -2367,7 +2367,7 @@ install-info: doc installdirs lang.install-info
$(INSTALL_DATA) $$f $(infodir)/$$realfile; \
if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
install-info --dir-file=$(infodir)/dir $(infodir)/$$realfile; \
else true; fi
else true; fi; \
done
-chmod a-x $(infodir)/cpp.info* $(infodir)/gcc.info*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment