mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 20:34:38 +00:00
reword message
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32257 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
de891a6c35
commit
c6c384314a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user