From 1a7613f0b82be784850b463624686e8dded3b357 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Tue, 19 May 2009 00:01:50 +0000 Subject: PR other/40159 * Makefile.tpl (all): Don't end with unconditional success. * Makefile.in: Rebuilt. --- Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 8f3be10a1..5b0d47430 100644 --- a/Makefile.in +++ b/Makefile.in @@ -859,11 +859,11 @@ all: $(MAKE) $(TARGET_FLAGS_TO_PASS) all-host all-target; \ else \ @endif gcc-bootstrap +@if gcc-no-bootstrap + if :; then :; \ +@endif gcc-no-bootstrap $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-host all-target; \ -@if gcc-bootstrap - fi; \ -@endif gcc-bootstrap - : + fi .PHONY: all-build -- cgit v1.2.3