Changes in directory llvm/tools/llvm-config:

Makefile updated: 1.22 -> 1.23
---
Log message:

Fix grammaro in output message.


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/tools/llvm-config/Makefile
diff -u llvm/tools/llvm-config/Makefile:1.22 
llvm/tools/llvm-config/Makefile:1.23
--- llvm/tools/llvm-config/Makefile:1.22        Sun Jan 21 09:53:18 2007
+++ llvm/tools/llvm-config/Makefile     Sun Feb  4 16:08:16 2007
@@ -39,7 +39,7 @@
 
 $(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.



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to