gdb/
[binutils-gdb.git] / Makefile.in
index 8f3be10a1efb0106d0f903d0d57956eb72260fd8..110f7d6965927fc85d3c0a6442a1096396ea007f 100644 (file)
@@ -854,16 +854,16 @@ all:
        @r=`${PWD_COMMAND}`; export r; \
        s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
 @if gcc-bootstrap
-       if [ -f stage_last ]; then : ; \
+       if [ -f stage_last ]; then \
          TFLAGS="$(STAGE$(shell sed s,^stage,, stage_last)_TFLAGS)"; \
          $(MAKE) $(TARGET_FLAGS_TO_PASS) all-host all-target; \
        else \
 @endif gcc-bootstrap
-         $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-host all-target; \
+         $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-host all-target \
 @if gcc-bootstrap
-       fi; \
+           ; \
+       fi
 @endif gcc-bootstrap
-       :
 
 .PHONY: all-build