* Makefile.in: Added .PHONY entry for documentation targets.
From-SVN: r120456
This commit is contained in:
parent
e0a9456adf
commit
b0088af7b1
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -730,6 +730,8 @@ gcc-extra-parts:
|
|||
all: $(extra-parts)
|
||||
|
||||
# Documentation targets (empty).
|
||||
.PHONY: info html dvi pdf
|
||||
|
||||
info:
|
||||
|
||||
html:
|
||||
|
|
Loading…
Add table
Reference in a new issue