Makefile.in: Add dvi info html and install-html to .PHONY Add install-html target.
2006-05-23 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in: Add dvi info html and install-html to .PHONY Add install-html target. From-SVN: r114040
This commit is contained in:
parent
b2bd74bc43
commit
ae022d325f
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-05-23 Carlos O'Donell <carlos@codesourcery.com>
|
||||
|
||||
* Makefile.in: Add dvi info html and install-html to .PHONY
|
||||
Add install-html target.
|
||||
|
||||
2006-05-16 Mike Stump <mrs@apple.com>
|
||||
|
||||
* configure.ac: Add -Wno-overlength-strings.
|
||||
|
|
|
@ -184,7 +184,10 @@ install : all
|
|||
$(DESTDIR)$(itoolsdir)/fixincl@EXEEXT@
|
||||
$(INSTALL_SCRIPT) mkheaders $(DESTDIR)$(itoolsdir)/mkheaders
|
||||
|
||||
.PHONY: dvi info html install-html
|
||||
|
||||
dvi :
|
||||
info :
|
||||
html :
|
||||
install-html :
|
||||
installcheck :
|
||||
|
|
Loading…
Add table
Reference in a new issue