From: Carlos O'Donell Date: Wed, 24 May 2006 04:31:06 +0000 (+0000) Subject: Makefile.in: Add dvi info html and install-html to .PHONY Add install-html target. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ae022d325fd8fefc6900b8cee83eb0cd0cd0cbbc;p=gcc.git Makefile.in: Add dvi info html and install-html to .PHONY Add install-html target. 2006-05-23 Carlos O'Donell * Makefile.in: Add dvi info html and install-html to .PHONY Add install-html target. From-SVN: r114040 --- diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog index e4e0bd68b71..9ccdf18693b 100644 --- a/fixincludes/ChangeLog +++ b/fixincludes/ChangeLog @@ -1,3 +1,8 @@ +2006-05-23 Carlos O'Donell + + * Makefile.in: Add dvi info html and install-html to .PHONY + Add install-html target. + 2006-05-16 Mike Stump * configure.ac: Add -Wno-overlength-strings. diff --git a/fixincludes/Makefile.in b/fixincludes/Makefile.in index 822e865cf6a..763dc0563a1 100644 --- a/fixincludes/Makefile.in +++ b/fixincludes/Makefile.in @@ -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 :