diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2006-08-04 22:55:53 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2006-08-04 22:55:53 +0000 |
commit | 3acbb9b9d46b7647bed9578e150aaa2868ffda5d (patch) | |
tree | a630cdfea7a5b4313e617bb4f28657119913aab9 | |
parent | de9c02b171760b9514392c9965541bdc81e3c898 (diff) |
Fixed typo. Thanks, Reid.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29533 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/llvm-config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-config/Makefile b/tools/llvm-config/Makefile index 64abfa186c..5856196599 100644 --- 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. |