From e124ecbad07d7a75ebe2246f56eaf76d22653115 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Wed, 3 Jun 2009 05:40:47 +0000 Subject: * Makefile.tpl (all): Avoid a trailing backslash. * Makefile.in: Regenerate. --- Makefile.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.tpl') 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 +] -- cgit v1.2.1