projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc91d63
)
Revert r61598 as it does nothing.
author
Bill Wendling
<isanbard@gmail.com>
Sat, 3 Jan 2009 22:46:50 +0000
(22:46 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Sat, 3 Jan 2009 22:46:50 +0000
(22:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61614
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.rules
patch
|
blob
|
history
diff --git
a/Makefile.rules
b/Makefile.rules
index e1c6f5a221817b94738a8ec6ece231e59bde29af..3c9bb5e4cc988762a7edd9399395628d9e6d74dc 100644
(file)
--- 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)),)