reword message
authorChris Lattner <sabre@nondot.org>
Wed, 6 Dec 2006 05:39:18 +0000 (05:39 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 6 Dec 2006 05:39:18 +0000 (05:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32257 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-config/Makefile

index fe4993d67273697df317199107e97a5a88936578..354723ab2bbc72af50da10a887b3ccc77b16c118 100644 (file)
@@ -38,7 +38,7 @@ $(LibDeps): $(GenLibDeps) $(LibDir) $(wildcard $(LibDir)/*.a $(LibDir)/*.o)
 # 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.