From 1403bdd135b60ca46c5c6991cd83bb081de64116 Mon Sep 17 00:00:00 2001 From: brooks Date: Fri, 2 Mar 2007 00:04:17 +0000 Subject: [PATCH] * Makefile.in: Add install-html and install-pdf dummy targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122452 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgcc/ChangeLog | 5 +++++ libgcc/Makefile.in | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) 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. -- 2.11.0