Revert r61598 as it does nothing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61614 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Makefile.rules b/Makefile.rules
index e1c6f5a..3c9bb5e 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -998,7 +998,8 @@
 $(LibName.A): $(ObjectsO) $(LibDir)/.dir
 	$(Echo) Building $(BuildMode) Archive Library $(notdir $@)
 	-$(Verb) $(RM) -f $@
-	$(Verb) $(Archive) $@ $(ObjectsO) && $(Ranlib) $@
+	$(Verb) $(Archive) $@ $(ObjectsO)
+	$(Verb) $(Ranlib) $@
 
 clean-local::
 ifneq ($(strip $(LibName.A)),)