Makefile.tpl (all): Avoid a trailing backslash.

* Makefile.tpl (all): Avoid a trailing backslash.
        * Makefile.in: Regenerate.

Co-Authored-By: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>

From-SVN: r148113
This commit is contained in:
Jerome Guitton 2009-06-03 05:41:22 +00:00 committed by Ralf Wildenhues
parent a3a7bf5fd7
commit 394e919561
3 changed files with 11 additions and 3 deletions

View File

@ -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.
@ -18,7 +24,7 @@
* configure.ac: Support gold for target arm*-*-*.
* configure: Regenerate.
2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.def: Add MPC support and dependencies.

View File

@ -868,8 +868,9 @@ all:
$(MAKE) $(RECURSE_FLAGS_TO_PASS) all-host all-target \
@if gcc-bootstrap
; \
fi
fi \
@endif gcc-bootstrap
&& :
.PHONY: all-build

View File

@ -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 +]