summaryrefslogtreecommitdiffstats
path: root/fixincludes/Makefile.in
diff options
context:
space:
mode:
authorbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-12 18:58:12 +0000
committerbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>2007-03-12 18:58:12 +0000
commitd6eaff55c4179b3422e70f47e7b8a9266058ba44 (patch)
treeab64d5e36daf5f57bf166fff073b2beb0409a865 /fixincludes/Makefile.in
parentaaafd660d81d50e2b1f80bed091f280c85227d65 (diff)
downloadppe42-gcc-d6eaff55c4179b3422e70f47e7b8a9266058ba44.tar.gz
ppe42-gcc-d6eaff55c4179b3422e70f47e7b8a9266058ba44.zip
fixincludes/
* Makefile.in: Add dummy "install-info" target. <toplevel> * Makefile.def (fixincludes): Remove unneeded "missing" lines. * Makefile.in: Regenerate git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122855 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'fixincludes/Makefile.in')
-rw-r--r--fixincludes/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/fixincludes/Makefile.in b/fixincludes/Makefile.in
index e6d2332e96f..8e4ffe4cb71 100644
--- a/fixincludes/Makefile.in
+++ b/fixincludes/Makefile.in
@@ -184,12 +184,13 @@ install : all
$(DESTDIR)$(itoolsdir)/fixincl@EXEEXT@
$(INSTALL_SCRIPT) mkheaders $(DESTDIR)$(itoolsdir)/mkheaders
-.PHONY: dvi pdf info html install-pdf install-html
+.PHONY: dvi pdf info html install-pdf install-info install-html
dvi :
pdf :
info :
html :
install-pdf :
+install-info :
install-html :
installcheck :
OpenPOWER on IntegriCloud