diff options
author | Jerome Guitton <guitton@adacore.com> | 2009-06-03 05:41:22 +0000 |
---|---|---|
committer | Ralf Wildenhues <rwild@gcc.gnu.org> | 2009-06-03 05:41:22 +0000 |
commit | 394e9195612ec301c18ae54d3d4b7f7a8c8b80f7 (patch) | |
tree | 5e3d6f73c40cb6761e470ba5a27695b88a91a5f9 /Makefile.tpl | |
parent | a3a7bf5fd741d39a46e64102266f1eb3ce8955c8 (diff) | |
download | gcc-394e9195612ec301c18ae54d3d4b7f7a8c8b80f7.tar.gz |
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
Diffstat (limited to 'Makefile.tpl')
-rw-r--r-- | Makefile.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index ded52c66eac..44c2bd88f90 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 +] |