projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40ad304
)
If a cycle exists, don't succeed building the second time around.
author
Chris Lattner
<sabre@nondot.org>
Mon, 4 Sep 2006 01:49:10 +0000
(
01:49
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 4 Sep 2006 01:49:10 +0000
(
01:49
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30076
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvm-config/Makefile
patch
|
blob
|
history
diff --git
a/tools/llvm-config/Makefile
b/tools/llvm-config/Makefile
index 5856196599bba9ee43472897d5c54cdfc1437ea1..fe4993d67273697df317199107e97a5a88936578 100644
(file)
--- 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