diff options
author | Ben Elliston <bje@au.ibm.com> | 2007-06-06 23:02:22 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2007-06-07 09:02:22 +1000 |
commit | 8024d75e6528036326269e33da1a8efe2518d089 (patch) | |
tree | 3ab4ac41cc0558a7d95572b86605a130acf3f5a0 | |
parent | 7a1eca8375bfb7f59496f7ddcd34aa5d6133fc45 (diff) | |
download | gcc-8024d75e6528036326269e33da1a8efe2518d089.zip gcc-8024d75e6528036326269e33da1a8efe2518d089.tar.gz gcc-8024d75e6528036326269e33da1a8efe2518d089.tar.bz2 |
Makefile.tpl: Fix spelling error.
* Makefile.tpl: Fix spelling error.
* Makefile.in: Regenerate.
From-SVN: r125509
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 12 | ||||
-rw-r--r-- | Makefile.tpl | 2 |
3 files changed, 12 insertions, 7 deletions
@@ -1,3 +1,8 @@ +2007-06-07 Ben Elliston <bje@au.ibm.com> + + * Makefile.tpl: Fix spelling error. + * Makefile.in: Regenerate. + 2007-06-01 Steve Ellcey <sje@cup.hp.com> * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set diff --git a/Makefile.in b/Makefile.in index 034b2aa..595520e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -47449,7 +47449,7 @@ stage1-end:: fi rm -f stage_current -# Bubble a bugfix through all the stages up to stage 1. They are +# Bubble a bug fix through all the stages up to stage 1. They are # remade, but not reconfigured. The next stage (if any) will not be # reconfigured as well. .PHONY: stage1-bubble @@ -47659,7 +47659,7 @@ stage2-end:: fi rm -f stage_current -# Bubble a bugfix through all the stages up to stage 2. They are +# Bubble a bug fix through all the stages up to stage 2. They are # remade, but not reconfigured. The next stage (if any) will not be # reconfigured as well. .PHONY: stage2-bubble @@ -47890,7 +47890,7 @@ stage3-end:: fi rm -f stage_current -# Bubble a bugfix through all the stages up to stage 3. They are +# Bubble a bug fix through all the stages up to stage 3. They are # remade, but not reconfigured. The next stage (if any) will not be # reconfigured as well. .PHONY: stage3-bubble @@ -48167,7 +48167,7 @@ stage4-end:: fi rm -f stage_current -# Bubble a bugfix through all the stages up to stage 4. They are +# Bubble a bug fix through all the stages up to stage 4. They are # remade, but not reconfigured. The next stage (if any) will not be # reconfigured as well. .PHONY: stage4-bubble @@ -48441,7 +48441,7 @@ stageprofile-end:: fi rm -f stage_current -# Bubble a bugfix through all the stages up to stage profile. They are +# Bubble a bug fix through all the stages up to stage profile. They are # remade, but not reconfigured. The next stage (if any) will not be # reconfigured as well. .PHONY: stageprofile-bubble @@ -48651,7 +48651,7 @@ stagefeedback-end:: fi rm -f stage_current -# Bubble a bugfix through all the stages up to stage feedback. They are +# Bubble a bug fix through all the stages up to stage feedback. They are # remade, but not reconfigured. The next stage (if any) will not be # reconfigured as well. .PHONY: stagefeedback-bubble 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 |