diff options
author | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-03 05:41:22 +0000 |
---|---|---|
committer | rwild <rwild@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-03 05:41:22 +0000 |
commit | 9d247ee81b817a496bf8f2996a4bb3afb6108d8e (patch) | |
tree | 5e3d6f73c40cb6761e470ba5a27695b88a91a5f9 /Makefile.tpl | |
parent | ca02fe0a9d77fa4df83647be9dabaf6e6f42d731 (diff) | |
download | gcc-9d247ee81b817a496bf8f2996a4bb3afb6108d8e.tar.gz |
* Makefile.tpl (all): Avoid a trailing backslash.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148113 138bc75d-0d04-0410-961f-82ee72b054a4
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 +] |