diff options
author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-12 06:13:30 +0000 |
---|---|---|
committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-12 06:13:30 +0000 |
commit | 37decb400b425d082f76d6c2e7592089a32490d6 (patch) | |
tree | 7c7242040f25b5247e7dd23a9c3ce600c501879a /libgcc | |
parent | 66a0bac0ab2f046cccf86d68c26f15cc66b94825 (diff) | |
download | gcc-37decb400b425d082f76d6c2e7592089a32490d6.tar.gz |
* Makefile.in (install-info): New dummy target.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122832 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/Makefile.in | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index db5d3b05b62..dab94394a62 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 86bf3d93d7f..63c9512fc80 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: |