[llvm-commits] CVS: reopt/lib/Makefile

Brian Gaeke gaeke at cs.uiuc.edu
Fri Oct 15 12:31:30 PDT 2004



Changes in directory reopt/lib:

Makefile updated: 1.26 -> 1.27
---
Log message:

Don't build Trigger or Optimizations directories.


---
Diffs of the changes:  (+1 -1)

Index: reopt/lib/Makefile
diff -u reopt/lib/Makefile:1.26 reopt/lib/Makefile:1.27
--- reopt/lib/Makefile:1.26	Tue Oct  5 15:38:58 2004
+++ reopt/lib/Makefile	Fri Oct 15 14:31:19 2004
@@ -1,5 +1,5 @@
 LEVEL = ..
-DIRS := BinInterface Mapping TraceCache Trigger LightWtProfiling Inst Optimizations TraceToFunction TraceJIT TraceIO
+DIRS := BinInterface Mapping TraceCache LightWtProfiling Inst TraceToFunction TraceJIT TraceIO
 
 include $(LEVEL)/Makefile.config
 






More information about the llvm-commits mailing list