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: