aboutsummaryrefslogtreecommitdiff
path: root/fixincludes
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@codesourcery.com>2006-05-24 04:31:06 +0000
committerCarlos O'Donell <carlos@gcc.gnu.org>2006-05-24 04:31:06 +0000
commitae022d325fd8fefc6900b8cee83eb0cd0cd0cbbc (patch)
treec49ff0753ccfc6f18f5394a5998318689f8533a8 /fixincludes
parentb2bd74bc4341372c9b3720bf6142d99c22133f34 (diff)
downloadgcc-ae022d325fd8fefc6900b8cee83eb0cd0cd0cbbc.zip
gcc-ae022d325fd8fefc6900b8cee83eb0cd0cd0cbbc.tar.gz
gcc-ae022d325fd8fefc6900b8cee83eb0cd0cd0cbbc.tar.bz2
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
Diffstat (limited to 'fixincludes')
-rw-r--r--fixincludes/ChangeLog5
-rw-r--r--fixincludes/Makefile.in3
2 files changed, 8 insertions, 0 deletions
diff --git a/fixincludes/ChangeLog b/fixincludes/ChangeLog
index e4e0bd6..9ccdf18 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 822e865..763dc05 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 :