From e0a9456adf655f00b3c4bf87b2c9ebf43c5cd7d6 Mon Sep 17 00:00:00 2001 From: Brooks Moses Date: Thu, 4 Jan 2007 23:27:33 +0000 Subject: [PATCH] * Makefile.in: Add empty info, html, dvi, pdf targets. From-SVN: r120455 --- libgcc/ChangeLog | 4 ++++ libgcc/Makefile.in | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 47133dd45fb..8b1cd8f1d01 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2007-01-04 Brooks Moses + + * Makefile.in: Add empty info, html, dvi, pdf targets. + 2007-01-04 Mike Stump * Makefile.in (MAKEINFO): Remove. diff --git a/libgcc/Makefile.in b/libgcc/Makefile.in index 48b68933615..3b06f93cb44 100644 --- a/libgcc/Makefile.in +++ b/libgcc/Makefile.in @@ -729,6 +729,15 @@ gcc-extra-parts: all: $(extra-parts) +# Documentation targets (empty). +info: + +html: + +dvi: + +pdf: + # Install rules. These do not depend on "all", so that they can be invoked # recursively from it. install-libunwind: -- 2.11.4.GIT