aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorBrooks Moses <brooks.moses@codesourcery.com>2007-03-02 00:04:17 +0000
committerBrooks Moses <brooks.moses@codesourcery.com>2007-03-02 00:04:17 +0000
commita57dfa1b243e62d361aff33256d5af6e9e4bf6ef (patch)
tree4b6a7c2395096373c9094f8ff85beea8c84d0e08 /libgcc
parent3709e8acbf40b728442e6be72fde16730b96a19a (diff)
* Makefile.in: Add install-html and install-pdf dummy
targets. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@122452 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog5
-rw-r--r--libgcc/Makefile.in7
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 <brooks.moses@codesourcery.com>
+
+ * Makefile.in: Add install-html and install-pdf dummy
+ targets.
+
2007-02-05 Roger Sayle <roger@eyesopen.com>
Daniel Jacobowitz <dan@codesourcery.com>
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.