[llvm-commits] CVS: llvm/tools/llvm-config/Makefile

Reid Spencer reid at x10sys.com
Sun Feb 4 14:08:32 PST 2007



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.






More information about the llvm-commits mailing list