aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Moses <brooks.moses@codesourcery.com>2007-03-12 06:13:30 +0000
committerBrooks Moses <brooks@gcc.gnu.org>2007-03-11 23:13:30 -0700
commite8bb459742b8df82d418cce1389040429e02ab47 (patch)
tree7c7242040f25b5247e7dd23a9c3ce600c501879a
parent3c38f0ff2e34900a89268b0880c9b8e33cdce715 (diff)
downloadgcc-e8bb459742b8df82d418cce1389040429e02ab47.zip
gcc-e8bb459742b8df82d418cce1389040429e02ab47.tar.gz
gcc-e8bb459742b8df82d418cce1389040429e02ab47.tar.bz2
* Makefile.in (install-info): New dummy target.
From-SVN: r122832
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/Makefile.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index db5d3b0..dab9439 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,7 @@
+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>
* config.host (bfin*-linux-uclibc*): Set extra_parts.
diff --git a/libgcc/Makefile.in b/libgcc/Makefile.in
index 86bf3d9..63c9512 100644
--- a/libgcc/Makefile.in
+++ b/libgcc/Makefile.in
@@ -735,9 +735,10 @@ gcc-extra-parts:
all: $(extra-parts)
# Documentation targets (empty).
-.PHONY: info html dvi pdf install-html install-pdf
+.PHONY: info html dvi pdf install-info install-html install-pdf
info:
+install-info:
html:
install-html:
dvi: