diff options
author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-02 00:04:17 +0000 |
---|---|---|
committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-03-02 00:04:17 +0000 |
commit | 1403bdd135b60ca46c5c6991cd83bb081de64116 (patch) | |
tree | 4b6a7c2395096373c9094f8ff85beea8c84d0e08 /libgcc | |
parent | bdad761b36a4b09e37d2d96330df4fe20bbce092 (diff) | |
download | linaro-gcc-1403bdd135b60ca46c5c6991cd83bb081de64116.tar.gz linaro-gcc-1403bdd135b60ca46c5c6991cd83bb081de64116.tar.bz2 linaro-gcc-1403bdd135b60ca46c5c6991cd83bb081de64116.zip |
* Makefile.in: Add install-html and install-pdf dummy
targets.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122452 138bc75d-0d04-0410-961f-82ee72b054a4
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 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. |