summaryrefslogtreecommitdiff
path: root/tools/llvm-config/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-04 22:08:16 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-04 22:08:16 +0000
commitd7fc4f6f7e16a1b214bb8f7f1fb2baa8a1a51a4b (patch)
tree15be7f6bbe94407ccebc11346b1453b61671eb34 /tools/llvm-config/Makefile
parent6241226b097f1a71c25e2e30272aa508abaafc6d (diff)
downloadllvm-d7fc4f6f7e16a1b214bb8f7f1fb2baa8a1a51a4b.tar.gz
llvm-d7fc4f6f7e16a1b214bb8f7f1fb2baa8a1a51a4b.tar.bz2
llvm-d7fc4f6f7e16a1b214bb8f7f1fb2baa8a1a51a4b.tar.xz
Fix grammaro in output message.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33885 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-config/Makefile')
-rw-r--r--tools/llvm-config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-config/Makefile b/tools/llvm-config/Makefile
index 855a4aed64..471b5bcbd5 100644
--- 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 changes )
+ $(EchoCmd) Updated LibDeps.txt because dependencies changed )
# Find all the cyclic dependencies between various LLVM libraries, so we
# don't have to process them at runtime.