From: Reid Spencer Date: Sun, 4 Feb 2007 22:08:16 +0000 (+0000) Subject: Fix grammaro in output message. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d7fc4f6f7e16a1b214bb8f7f1fb2baa8a1a51a4b;p=oota-llvm.git Fix grammaro in output message. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33885 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-config/Makefile b/tools/llvm-config/Makefile index 855a4aed64a..471b5bcbd5a 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.