OSDN Git Service
(root)
/
android-x86
/
external-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6241226
)
Fix grammaro in output message.
author
Reid Spencer
<rspencer@reidspencer.com>
Sun, 4 Feb 2007 22:08:16 +0000
(22:08 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Sun, 4 Feb 2007 22:08:16 +0000
(22:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33885
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvm-config/Makefile
patch
|
blob
|
history
diff --git
a/tools/llvm-config/Makefile
b/tools/llvm-config/Makefile
index
855a4ae
..
471b5bc
100644
(file)
--- a/
tools/llvm-config/Makefile
+++ b/
tools/llvm-config/Makefile
@@
-39,7
+39,7
@@
$(LibDepsTemp): $(GenLibDeps) $(LibDir) $(wildcard $(LibDir)/*.a $(LibDir)/*.o)
$(LibDeps): $(LibDepsTemp)
$(Verb) $(CMP) -s $@ $< || ( $(CP) $< $@ && \
- $(EchoCmd) Updated LibDeps.txt because dependencies change
s
)
+ $(EchoCmd) Updated LibDeps.txt because dependencies change
d
)
# Find all the cyclic dependencies between various LLVM libraries, so we
# don't have to process them at runtime.