aboutsummaryrefslogtreecommitdiffstats
path: root/utils/llvm-config
diff options
context:
space:
mode:
Diffstat (limited to 'utils/llvm-config')
-rw-r--r--utils/llvm-config/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/llvm-config/Makefile b/utils/llvm-config/Makefile
index 8a11a27..c4a5407 100644
--- a/utils/llvm-config/Makefile
+++ b/utils/llvm-config/Makefile
@@ -24,7 +24,9 @@ SUB_LDFLAGS =
# should only be re-built manually. No other rule in this file should
# depend on LibDeps.txt.
LibDeps.txt: $(LEVEL)/utils/GenLibDeps.pl $(LibDir)
- $(LEVEL)/utils/GenLibDeps.pl -flat $(LibDir) | sort > LibDeps.txt
+ $(Echo) "Regenerating LibDeps.txt"
+ $(Verb) $(LLVM_SRC_ROOT)/utils/GenLibDeps.pl -flat $(LibDir) | \
+ sort > LibDeps.txt
# Find all the cyclic dependencies between various LLVM libraries, so we
# don't have to process them at runtime.