summaryrefslogtreecommitdiffstats
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
commit8992a8e070c61b5a05e259779325cdb964fe5985 (patch)
tree4ee745989ee554d33677a15e4cd3a731af53af14 /Makefile.tpl
parentec8224bad15cfbc600bc15cd27a3520f3763bbee (diff)
downloadcygnal-8992a8e070c61b5a05e259779325cdb964fe5985.tar.gz
cygnal-8992a8e070c61b5a05e259779325cdb964fe5985.tar.bz2
cygnal-8992a8e070c61b5a05e259779325cdb964fe5985.zip
* 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 5eb377e9e..f54300394 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 +]