diff options
author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-04 23:27:33 +0000 |
---|---|---|
committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-04 23:27:33 +0000 |
commit | d62e2f2f59ecc4bf0c28548b655a5d9207107174 (patch) | |
tree | 5734abebe927381941e51413bf14b2cbf7902455 /libgcc | |
parent | c2f6f0a7fefca7318ef23c13286ce0ea618a02bc (diff) | |
download | gcc-d62e2f2f59ecc4bf0c28548b655a5d9207107174.tar.gz |
* Makefile.in: Add empty info, html, dvi, pdf targets.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120455 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/Makefile.in | 9 |
2 files changed, 13 insertions, 0 deletions
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 <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 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: |