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 | 16ae73c83d1b749b6583cc17d5ff0ec667ffd740 (patch) | |
| tree | c53221eb3ca647e7bf79aa018c4ac11cd28ce800 /llvm | |
| parent | 193de903430caca96510e91b2a9be77eedd34d25 (diff) | |
| download | bcm5719-llvm-16ae73c83d1b749b6583cc17d5ff0ec667ffd740.tar.gz bcm5719-llvm-16ae73c83d1b749b6583cc17d5ff0ec667ffd740.zip | |
reword message
llvm-svn: 32257
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/tools/llvm-config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-config/Makefile b/llvm/tools/llvm-config/Makefile index fe4993d6727..354723ab2bb 100644 --- a/llvm/tools/llvm-config/Makefile +++ b/llvm/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. |

