[llvm-commits] CVS: llvm/tools/Makefile
    Tanya Brethour 
    tbrethou at cs.uiuc.edu
       
    Fri Sep 12 22:25:09 PDT 2003
    
    
  
Changes in directory llvm/tools:
Makefile updated: 1.20 -> 1.21
---
Log message:
Added llvm-ar to the Makefile
---
Diffs of the changes:
Index: llvm/tools/Makefile
diff -u llvm/tools/Makefile:1.20 llvm/tools/Makefile:1.21
--- llvm/tools/Makefile:1.20	Thu Aug 28 16:43:51 2003
+++ llvm/tools/Makefile	Fri Sep 12 22:23:46 2003
@@ -1,6 +1,6 @@
 LEVEL := ..
 PARALLEL_DIRS := as llvm-as dis llvm-dis opt gccas llc link lli gccld \
-                 analyze extract bugpoint
+                 analyze extract bugpoint llvm-ar
 
 include $(LEVEL)/Makefile.common
 
    
    
More information about the llvm-commits
mailing list