From 8992a8e070c61b5a05e259779325cdb964fe5985 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Wed, 3 Jun 2009 05:40:47 +0000 Subject: [PATCH] * Makefile.tpl (all): Avoid a trailing backslash. * Makefile.in: Regenerate. --- ChangeLog | 6 ++++++ Makefile.in | 3 ++- Makefile.tpl | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1019ee156..a786e1367 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-06-03 Jerome Guitton + Ralf Wildenhues + + * Makefile.tpl (all): Avoid a trailing backslash. + * Makefile.in: Regenerate. + 2009-06-03 Ben Elliston * config.sub, config.guess: Update from upstream sources. diff --git a/Makefile.in b/Makefile.in index 6546a331b..fdc2d2e96 100644 --- a/Makefile.in +++ b/Makefile.in @@ -862,8 +862,9 @@ all: $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-host all-target \ @if gcc-bootstrap ; \ - fi + fi \ @endif gcc-bootstrap + && : .PHONY: all-build diff --git a/Makefile.tpl b/Makefile.tpl index 5eb377e9e..f54300394 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -628,8 +628,9 @@ all: $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-host all-target \ @if gcc-bootstrap ; \ - fi + fi \ @endif gcc-bootstrap + && : .PHONY: all-build [+ FOR build_modules +]