From: brooks Date: Thu, 4 Jan 2007 23:27:33 +0000 (+0000) Subject: * Makefile.in: Add empty info, html, dvi, pdf targets. X-Git-Tag: upstream/4.9.2~51266 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d62e2f2f59ecc4bf0c28548b655a5d9207107174;p=platform%2Fupstream%2Flinaro-gcc.git * Makefile.in: Add empty info, html, dvi, pdf targets. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120455 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 47133dd..8b1cd8f 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 48b6893..3b06f93 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: