diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Makefile.in | 3 | ||||
-rw-r--r-- | Makefile.tpl | 3 |
3 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2009-06-03 Jerome Guitton <guitton@adacore.com> + Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + + * Makefile.tpl (all): Avoid a trailing backslash. + * Makefile.in: Regenerate. + 2009-06-03 Ben Elliston <bje@au.ibm.com> * config.sub, config.guess: Update from upstream sources. diff --git a/Makefile.in b/Makefile.in index 6546a33..fdc2d2e 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 5eb377e..f543003 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 +] |