diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2008-06-16 21:30:41 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2008-06-16 21:30:41 +0000 |
commit | cdce5c41eff6062683cedb198f40e3bbcdd800a6 (patch) | |
tree | 1dd986036661066a913c77d0ff0eede3d1376c28 /Makefile.tpl | |
parent | ec346900d502e4cc93f1e28f1dd9c0bb88f39a67 (diff) | |
download | gcc-cdce5c41eff6062683cedb198f40e3bbcdd800a6.zip gcc-cdce5c41eff6062683cedb198f40e3bbcdd800a6.tar.gz gcc-cdce5c41eff6062683cedb198f40e3bbcdd800a6.tar.bz2 |
Makefile.tpl: Fix comment errors.
* Makefile.tpl: Fix comment errors.
* Makefile.in: Regenerate.
From-SVN: r136848
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index c9b34ed..9c72014 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -1318,7 +1318,7 @@ stage[+id+]-end:: [+ FOR host_modules +][+ IF bootstrap +] # 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. +# reconfigured either. .PHONY: stage[+id+]-bubble stage[+id+]-bubble:: [+ IF prev +]stage[+prev+]-bubble[+ ENDIF +] @r=`${PWD_COMMAND}`; export r; \ @@ -1492,7 +1492,7 @@ configure-target-[+module+]: maybe-all-gcc[+ [+ ;; These Scheme functions build the bulk of the dependencies. ;; dep-target builds a string like "maybe-all-MODULE_KIND-gcc", - ;; where "maybe-" is only included if HARD is true, and all-gcc + ;; where "maybe-" is only included if HARD is not true, and all-gcc ;; is taken from VAR-NAME. (define dep-target (lambda (module-kind var-name hard) (string-append |