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
commite124ecbad07d7a75ebe2246f56eaf76d22653115 (patch)
tree3f415c51f1e3943586aae31174af42822bf83cda /Makefile.tpl
parent9d4407af35b7e231c01a83a3d67af23a5484952f (diff)
downloadbinutils-redhat-e124ecbad07d7a75ebe2246f56eaf76d22653115.tar.gz
* 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 +]