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

Chris Lattner sabre at nondot.org
Tue Dec 5 21:39:33 PST 2006



Changes in directory llvm/tools/llvm-config:

Makefile updated: 1.17 -> 1.18
---
Log message:

reword 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.17 llvm/tools/llvm-config/Makefile:1.18
--- llvm/tools/llvm-config/Makefile:1.17	Sun Sep  3 20:49:10 2006
+++ llvm/tools/llvm-config/Makefile	Tue Dec  5 23:39:18 2006
@@ -38,7 +38,7 @@
 # Find all the cyclic dependencies between various LLVM libraries, so we
 # don't have to process them at runtime.
 $(FinalLibDeps): find-cycles.pl $(LibDeps)
-	$(Echo) "Finding cyclic dependencies between LLVM libraries."
+	$(Echo) "Checking for cyclic dependencies between LLVM libraries."
 	$(Verb) $(PERL) $< < $(LibDeps) > $@ || rm -f $@
 
 # Rerun our configure substitutions as needed.






More information about the llvm-commits mailing list