aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrooks Moses <brooks.moses@codesourcery.com>2007-01-04 23:27:33 +0000
committerBrooks Moses <brooks@gcc.gnu.org>2007-01-04 15:27:33 -0800
commite0a9456adf655f00b3c4bf87b2c9ebf43c5cd7d6 (patch)
tree5734abebe927381941e51413bf14b2cbf7902455
parente4b6bec2f1a0b420437fa7a8f6bf2da3dce9c228 (diff)
downloadgcc-e0a9456adf655f00b3c4bf87b2c9ebf43c5cd7d6.zip
gcc-e0a9456adf655f00b3c4bf87b2c9ebf43c5cd7d6.tar.gz
gcc-e0a9456adf655f00b3c4bf87b2c9ebf43c5cd7d6.tar.bz2
* Makefile.in: Add empty info, html, dvi, pdf targets.
From-SVN: r120455
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/Makefile.in9
2 files changed, 13 insertions, 0 deletions
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 <brooks.moses@codesourcery.com>
+
+ * Makefile.in: Add empty info, html, dvi, pdf targets.
+
2007-01-04 Mike Stump <mrs@apple.com>
* 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: