[llvm-commits] CVS: reopt/tools/Makefile 
    Brian Gaeke 
    gaeke at cs.uiuc.edu
       
    Thu Sep 30 13:37:06 PDT 2004
    
    
  
Changes in directory reopt/tools:
Makefile updated: 1.5 -> 1.6
---
Log message:
Build reopt-llc by default.
---
Diffs of the changes:  (+1 -1)
Index: reopt/tools/Makefile
diff -u reopt/tools/Makefile:1.5 reopt/tools/Makefile:1.6
--- reopt/tools/Makefile:1.5	Wed Jun 30 01:33:13 2004
+++ reopt/tools/Makefile	Thu Sep 30 15:36:56 2004
@@ -1,6 +1,6 @@
 
 LEVEL := ..
-DIRS := ttftest dumptrace
+DIRS := ttftest dumptrace reopt-llc
 
 include $(LEVEL)/Makefile.config
 
    
    
More information about the llvm-commits
mailing list