summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-12-06 05:39:18 +0000
committerChris Lattner <sabre@nondot.org>2006-12-06 05:39:18 +0000
commitc6c384314a76d5a14a78b3a19b11b925d597ef1a (patch)
tree3651dc983cca8f9756b5da7f229cc91b09883620 /tools
parentde891a6c3583c47f0fd5d7b950f0fef3d06536e1 (diff)
downloadllvm-c6c384314a76d5a14a78b3a19b11b925d597ef1a.tar.gz
llvm-c6c384314a76d5a14a78b3a19b11b925d597ef1a.tar.bz2
llvm-c6c384314a76d5a14a78b3a19b11b925d597ef1a.tar.xz
reword message
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32257 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llvm-config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-config/Makefile b/tools/llvm-config/Makefile
index fe4993d672..354723ab2b 100644
--- a/tools/llvm-config/Makefile
+++ b/tools/llvm-config/Makefile
@@ -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.