diff options
author | Brooks Moses <brooks.moses@codesourcery.com> | 2007-01-04 23:43:11 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2007-01-04 15:43:11 -0800 |
commit | b0088af7b1732301355d0c84e5caa1c09859eef4 (patch) | |
tree | 0c38f626d614bf236a245c572eb35658fae99746 /libgcc | |
parent | e0a9456adf655f00b3c4bf87b2c9ebf43c5cd7d6 (diff) | |
download | gcc-b0088af7b1732301355d0c84e5caa1c09859eef4.tar.gz |
* Makefile.in: Added .PHONY entry for documentation targets.
From-SVN: r120456
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/Makefile.in | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 8b1cd8f1d01..4e23dacf96b 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,5 +1,9 @@ 2007-01-04 Brooks Moses <brooks.moses@codesourcery.com> + * Makefile.in: Added .PHONY entry for documentation targets. + +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> diff --git a/libgcc/Makefile.in b/libgcc/Makefile.in index 3b06f93cb44..fde4396f034 100644 --- a/libgcc/Makefile.in +++ b/libgcc/Makefile.in @@ -730,6 +730,8 @@ gcc-extra-parts: all: $(extra-parts) # Documentation targets (empty). +.PHONY: info html dvi pdf + info: html: |