diff --git a/Makefile.rules b/Makefile.rules index e1c6f5a2218..3c9bb5e4cc9 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -998,7 +998,8 @@ all-local:: $(LibName.A) $(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)),)