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

Brian Gaeke gaeke at cs.uiuc.edu
Sat May 22 15:43:11 PDT 2004


Changes in directory reopt/lib:

Makefile updated: 1.20 -> 1.21

---
Log message:

Add Optimizations directory to the build.


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

Index: reopt/lib/Makefile
diff -u reopt/lib/Makefile:1.20 reopt/lib/Makefile:1.21
--- reopt/lib/Makefile:1.20	Wed May 19 01:50:56 2004
+++ reopt/lib/Makefile	Sat May 22 15:42:40 2004
@@ -1,5 +1,5 @@
 LEVEL = ..
-DIRS := BinInterface Mapping TraceCache Trigger LightWtProfiling Inst TraceToFunction
+DIRS := BinInterface Mapping TraceCache Trigger LightWtProfiling Inst Optimizations TraceToFunction
 
 include $(LEVEL)/Makefile.config
 





More information about the llvm-commits mailing list