diff options
author | Chris Lattner <sabre@nondot.org> | 2006-12-06 05:39:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-12-06 05:39:18 +0000 |
commit | c6c384314a76d5a14a78b3a19b11b925d597ef1a (patch) | |
tree | 3651dc983cca8f9756b5da7f229cc91b09883620 /tools/llvm-config | |
parent | de891a6c3583c47f0fd5d7b950f0fef3d06536e1 (diff) | |
download | external_llvm-c6c384314a76d5a14a78b3a19b11b925d597ef1a.zip external_llvm-c6c384314a76d5a14a78b3a19b11b925d597ef1a.tar.gz external_llvm-c6c384314a76d5a14a78b3a19b11b925d597ef1a.tar.bz2 |
reword message
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32257 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-config')
-rw-r--r-- | tools/llvm-config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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. |