Commit e8bb4597 by Brooks Moses Committed by Brooks Moses

* Makefile.in (install-info): New dummy target.

From-SVN: r122832
parent 3c38f0ff
2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
* Makefile.in (install-info): New dummy target.
2007-03-05 Bernd Schmidt <bernd.schmidt@analog.com> 2007-03-05 Bernd Schmidt <bernd.schmidt@analog.com>
* config.host (bfin*-linux-uclibc*): Set extra_parts. * config.host (bfin*-linux-uclibc*): Set extra_parts.
......
...@@ -735,9 +735,10 @@ gcc-extra-parts: ...@@ -735,9 +735,10 @@ gcc-extra-parts:
all: $(extra-parts) all: $(extra-parts)
# Documentation targets (empty). # Documentation targets (empty).
.PHONY: info html dvi pdf install-html install-pdf .PHONY: info html dvi pdf install-info install-html install-pdf
info: info:
install-info:
html: html:
install-html: install-html:
dvi: dvi:
......
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