diff options
author | Ben Elliston <bje@au.ibm.com> | 2007-06-06 23:12:21 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2007-06-06 23:12:21 +0000 |
commit | 973601e14c0016abde04f7a99f3297725371aacb (patch) | |
tree | 31b36a425a46d7cd5124a0ec21cf14a6091846c2 /Makefile.tpl | |
parent | 5e252a2e4416c74861a97617d030327695d4aa47 (diff) | |
download | gdb-973601e14c0016abde04f7a99f3297725371aacb.zip gdb-973601e14c0016abde04f7a99f3297725371aacb.tar.gz gdb-973601e14c0016abde04f7a99f3297725371aacb.tar.bz2 |
* Makefile.tpl: Fix spelling error.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index e6438a5..958d4cb 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1267,7 +1267,7 @@ stage[+id+]-end:: [+ FOR host_modules +][+ IF bootstrap +] 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 |