[llvm-commits] CVS: llvm/tools/llvm-config/Makefile 
    Anton Korobeynikov 
    asl at math.spbu.ru
       
    Fri Aug  4 15:56:10 PDT 2006
    
    
  
Changes in directory llvm/tools/llvm-config:
Makefile updated: 1.15 -> 1.16
---
Log message:
Fixed typo. Thanks, Reid.
---
Diffs of the changes:  (+1 -1)
 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llvm-config/Makefile
diff -u llvm/tools/llvm-config/Makefile:1.15 llvm/tools/llvm-config/Makefile:1.16
--- llvm/tools/llvm-config/Makefile:1.15	Fri Aug  4 16:52:23 2006
+++ llvm/tools/llvm-config/Makefile	Fri Aug  4 17:55:53 2006
@@ -33,7 +33,7 @@
 
 $(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.
    
    
More information about the llvm-commits
mailing list