diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-01-03 22:46:50 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-01-03 22:46:50 +0000 |
commit | 3d6df10a657531834754631409f6531cfc877e5f (patch) | |
tree | f6b2d10af6fee05d7639350cd592cfd0a6ca9146 /Makefile.rules | |
parent | 77d852f90cea554d2baabb73a621f0284b596db4 (diff) | |
download | external_llvm-3d6df10a657531834754631409f6531cfc877e5f.zip external_llvm-3d6df10a657531834754631409f6531cfc877e5f.tar.gz external_llvm-3d6df10a657531834754631409f6531cfc877e5f.tar.bz2 |
Revert r61598 as it does nothing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61614 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r-- | Makefile.rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules index e1c6f5a..3c9bb5e 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)),) |