* Makefile.in: Add empty info, html, dvi, pdf targets.
From-SVN: r120455
This commit is contained in:
parent
e4b6bec2f1
commit
e0a9456adf
2 changed files with 13 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue