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:
de9c02b
)
Fixed typo. Thanks, Reid.
author
Anton Korobeynikov
<asl@math.spbu.ru>
Fri, 4 Aug 2006 22:55:53 +0000
(22:55 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Fri, 4 Aug 2006 22:55:53 +0000
(22:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29533
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 64abfa186c011eafd7671c3a32569a1f60c82f26..5856196599bba9ee43472897d5c54cdfc1437ea1 100644
(file)
--- a/
tools/llvm-config/Makefile
+++ b/
tools/llvm-config/Makefile
@@
-33,7
+33,7
@@
GenLibDeps = $(PROJ_SRC_ROOT)/utils/GenLibDeps.pl
$(LibDeps): $(GenLibDeps) $(LibDir) $(wildcard $(LibDir)/*.a $(LibDir)/*.o)
$(Echo) "Regenerating LibDeps.txt"
- $(Verb) $(GenLibDeps) -flat $(LibDir) $(NM_PATH)
+ $(Verb) $(GenLibDeps) -flat $(LibDir) $(NM_PATH)
> $(LibDeps)
# Find all the cyclic dependencies between various LLVM libraries, so we
# don't have to process them at runtime.