diff options
-rw-r--r-- | Makefile.rules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.rules b/Makefile.rules index 49412d652d..e1c6f5a221 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -998,8 +998,7 @@ all-local:: $(LibName.A) $(LibName.A): $(ObjectsO) $(LibDir)/.dir $(Echo) Building $(BuildMode) Archive Library $(notdir $@) -$(Verb) $(RM) -f $@ - $(Verb) $(Archive) $@ $(ObjectsO) - -$(Verb) $(Ranlib) $@ + $(Verb) $(Archive) $@ $(ObjectsO) && $(Ranlib) $@ clean-local:: ifneq ($(strip $(LibName.A)),) |