diff options
-rw-r--r-- | Makefile.rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules index e1c6f5a221..3c9bb5e4cc 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)),) |