Fix grammaro in output message.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 4 Feb 2007 22:08:16 +0000 (22:08 +0000)
committerReid 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

index 855a4aed64a15afe4382c246b50c3009db9bd071..471b5bcbd5ac1a3cfc288661dbb3d5e5346f0796 100644 (file)
@@ -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.