This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
top-level Makefile.tpl patch
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Thu, 07 Jun 2007 09:02:20 +1000
- Subject: top-level Makefile.tpl patch
This patch has been hanging around in my tree for ages. It corrects a
breach of the GCC spelling guidelines. :-)
Committed as obvious. I'll make sure it ends up in src, too.
Ben
2007-06-07 Ben Elliston <bje@au.ibm.com>
* Makefile.tpl: Fix spelling error.
* Makefile.in: Regenerate.
Index: Makefile.tpl
===================================================================
--- Makefile.tpl (revision 125506)
+++ Makefile.tpl (working copy)
@@ -1267,7 +1267,7 @@ stage[+id+]-end:: [+ FOR host_modules +]
fi
rm -f stage_current
-# Bubble a bugfix through all the stages up to stage [+id+]. They are
+# Bubble a bug fix through all the stages up to stage [+id+]. They are
# remade, but not reconfigured. The next stage (if any) will not be
# reconfigured as well.
.PHONY: stage[+id+]-bubble