From: Brooks Moses Date: Fri, 2 Mar 2007 00:04:17 +0000 (+0000) Subject: Makefile.in: Add install-html and install-pdf dummy targets. X-Git-Tag: releases/gcc-4.3.0~6525 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac84c172821d17a90a5987eeda65e312bc87b223;p=thirdparty%2Fgcc.git Makefile.in: Add install-html and install-pdf dummy targets. * Makefile.in: Add install-html and install-pdf dummy targets. From-SVN: r122452 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index be77ac293fda..dffadfc3d04a 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 80ab7e90fb7a..86bf3d93d7fd 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.