Commit ae022d32 by Carlos O'Donell Committed by Carlos O'Donell

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
parent b2bd74bc
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 :
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment