From ae022d325fd8fefc6900b8cee83eb0cd0cd0cbbc Mon Sep 17 00:00:00 2001
From: Carlos O'Donell <carlos@codesourcery.com>
Date: Wed, 24 May 2006 04:31:06 +0000
Subject: [PATCH] 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
---
 fixincludes/ChangeLog   | 5 +++++
 fixincludes/Makefile.in | 3 +++
 2 files changed, 8 insertions(+)

diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index e4e0bd68b715..9ccdf18693b7 100644
--- a/fixincludes/ChangeLog
+++ b/fixincludes/ChangeLog
@@ -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.
diff --git a/fixincludes/Makefile.in b/fixincludes/Makefile.in
index 822e865cf6a9..763dc0563a1c 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 :
-- 
GitLab