From 3f998ebe309e9c466dcf6d587a2de1428b240f9c Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Mon, 16 Jun 2008 21:30:58 +0000 Subject: * Makefile.tpl: Fix comment errors. * Makefile.in: Regenerate. --- Makefile.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.tpl') diff --git a/Makefile.tpl b/Makefile.tpl index c9b34eda22d..9c72014295d 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 -- cgit v1.2.1