From c6c384314a76d5a14a78b3a19b11b925d597ef1a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 6 Dec 2006 05:39:18 +0000 Subject: reword message git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32257 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-config/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/llvm-config') diff --git a/tools/llvm-config/Makefile b/tools/llvm-config/Makefile index fe4993d..354723a 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. -- cgit v1.1