Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-06-03 09:40:47 +0400
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-06-03 09:40:47 +0400
commit8992a8e070c61b5a05e259779325cdb964fe5985 (patch)
tree4ee745989ee554d33677a15e4cd3a731af53af14 /Makefile.tpl
parentec8224bad15cfbc600bc15cd27a3520f3763bbee (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 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 +]