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:
Carlos O'Donell 2006-05-24 04:31:06 +00:00 committed by Carlos O'Donell
parent b2bd74bc43
commit ae022d325f
2 changed files with 8 additions and 0 deletions

View file

@ -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.

View file

@ -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 :