diff options
author | Brooks Moses <brooks.moses@codesourcery.com> | 2007-03-02 00:04:17 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2007-03-01 16:04:17 -0800 |
commit | ac84c172821d17a90a5987eeda65e312bc87b223 (patch) | |
tree | 4b6a7c2395096373c9094f8ff85beea8c84d0e08 /libgcc | |
parent | c4dc950de7b65625ec771e0ff15cfa968b855a0f (diff) | |
download | gcc-ac84c172821d17a90a5987eeda65e312bc87b223.zip gcc-ac84c172821d17a90a5987eeda65e312bc87b223.tar.gz gcc-ac84c172821d17a90a5987eeda65e312bc87b223.tar.bz2 |
Makefile.in: Add install-html and install-pdf dummy targets.
* Makefile.in: Add install-html and install-pdf dummy
targets.
From-SVN: r122452
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 5 | ||||
-rw-r--r-- | libgcc/Makefile.in | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index be77ac2..dffadfc 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 80ab7e9..86bf3d9 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. |