Makefile.in: Add dvi info html and install-html to .PHONY Add install-html target.
authorCarlos O'Donell <carlos@codesourcery.com>
Wed, 24 May 2006 04:31:06 +0000 (04:31 +0000)
committerCarlos O'Donell <carlos@gcc.gnu.org>
Wed, 24 May 2006 04:31:06 +0000 (04:31 +0000)
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

fixincludes/ChangeLog
fixincludes/Makefile.in

index e4e0bd68b715537ee7becfa87ee4d063a68460da..9ccdf18693b7e83112c2957e94bdfbf49ecfeae5 100644 (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.
index 822e865cf6a93131e363cb4b1ee81e301b83fbec..763dc0563a1c501658a4ebfdd4f5f5a0d54264dd 100644 (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 :