summaryrefslogtreecommitdiff
path: root/tools/llvm-config/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-09-04 01:49:10 +0000
committerChris Lattner <sabre@nondot.org>2006-09-04 01:49:10 +0000
commit80930eb414a7fb3c212984a79f651e6322259347 (patch)
treeea791853a581e2f23df22a55e0c6e59c5dcb6f92 /tools/llvm-config/Makefile
parent40ad30470940058b33f0f7bf1cee1ae896e5eeea (diff)
downloadllvm-80930eb414a7fb3c212984a79f651e6322259347.tar.gz
llvm-80930eb414a7fb3c212984a79f651e6322259347.tar.bz2
llvm-80930eb414a7fb3c212984a79f651e6322259347.tar.xz
If a cycle exists, don't succeed building the second time around.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30076 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 5856196599..fe4993d672 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) > $@ || rm -f $@
# Rerun our configure substitutions as needed.
ConfigInIn = $(PROJ_SRC_DIR)/llvm-config.in.in