summaryrefslogtreecommitdiff
path: root/tools/llvm-config/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-08-03 21:46:42 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-08-03 21:46:42 +0000
commitecfe0888b6ca2cf543a8f4d1f6d1d9b9c7411f81 (patch)
tree5651fdafa4b1ee37cec43c4a184486d53fcd57a6 /tools/llvm-config/Makefile
parentd8c20a9cf89b34be0b2a500ee76ce3faedf1184e (diff)
downloadllvm-ecfe0888b6ca2cf543a8f4d1f6d1d9b9c7411f81.tar.gz
llvm-ecfe0888b6ca2cf543a8f4d1f6d1d9b9c7411f81.tar.bz2
llvm-ecfe0888b6ca2cf543a8f4d1f6d1d9b9c7411f81.tar.xz
For PR845:
Enable the makefile check on the result of find-cycles.pl. LLVM is now cycle free and we intend to keep it that way. This patch will fail the build if cycles are found. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29517 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-config/Makefile')
-rw-r--r--tools/llvm-config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-config/Makefile b/tools/llvm-config/Makefile
index 12cbe0f3ac..f8042333d8 100644
--- a/tools/llvm-config/Makefile
+++ b/tools/llvm-config/Makefile
@@ -39,7 +39,7 @@ $(LibDeps): $(GenLibDeps) $(LibDir) $(wildcard $(LibDir)/*.a $(LibDir)/*.o)
# don't have to process them at runtime.
$(FinalLibDeps): find-cycles.pl $(LibDeps)
$(Echo) "Finding cyclic dependencies between LLVM libraries."
- -$(Verb) $(PERL) $< < $(LibDeps) > $@
+ $(Verb) $(PERL) $< < $(LibDeps) > $@
# Rerun our configure substitutions as needed.
ConfigInIn = $(PROJ_SRC_DIR)/llvm-config.in.in