Revert r61598 as it does nothing.

llvm-svn: 61614
This commit is contained in:
Bill Wendling 2009-01-03 22:46:50 +00:00
parent b9fa1d24f8
commit b2f724edb4
1 changed files with 2 additions and 1 deletions

View File

@ -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)),)