summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-06-03 05:40:47 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-06-03 05:40:47 +0000
commit04ec0acb1d5afdb9afff2bd93b906eeecc6294cf (patch)
tree6e22b54cc8b11f1970d2994773fa89dadd45e260 /Makefile.tpl
parentbec53400ce63cc1dc8b113c24523379529472ad9 (diff)
* Makefile.tpl (all): Avoid a trailing backslash.
* Makefile.in: Regenerate.
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 5eb377e9e0..f543003949 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 +]