diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index be77ac293fd..dffadfc3d04 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2007-03-01 Brooks Moses + + * Makefile.in: Add install-html and install-pdf dummy + targets. + 2007-02-05 Roger Sayle Daniel Jacobowitz diff --git a/libgcc/Makefile.in b/libgcc/Makefile.in index 80ab7e90fb7..86bf3d93d7f 100644 --- a/libgcc/Makefile.in +++ b/libgcc/Makefile.in @@ -735,15 +735,14 @@ gcc-extra-parts: all: $(extra-parts) # Documentation targets (empty). -.PHONY: info html dvi pdf +.PHONY: info html dvi pdf install-html install-pdf info: - html: - +install-html: dvi: - pdf: +install-pdf: # Install rules. These do not depend on "all", so that they can be invoked # recursively from it.