diff options
-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 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: |