aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorJerome Guitton <guitton@adacore.com>2009-06-03 05:41:22 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-06-03 05:41:22 +0000
commit5e48ea5954f71ea8c98567fab7d4705c0f7d2dac (patch)
tree5e3d6f73c40cb6761e470ba5a27695b88a91a5f9 /Makefile.tpl
parent08220e4c4e3b382fa7c7e3ecbc193b7304f5fab6 (diff)
* Makefile.tpl (all): Avoid a trailing backslash.
* Makefile.in: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@148113 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl3
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 +]