[llvm-commits] CVS: llvm/lib/Reoptimizer/Makefile
Anand Shukla
ashukla at cs.uiuc.edu
Sat May 31 21:40:01 PDT 2003
Changes in directory llvm/lib/Reoptimizer:
Makefile updated: 1.8 -> 1.9
---
Log message:
Added dirs to the Makefile
---
Diffs of the changes:
Index: llvm/lib/Reoptimizer/Makefile
diff -u llvm/lib/Reoptimizer/Makefile:1.8 llvm/lib/Reoptimizer/Makefile:1.9
--- llvm/lib/Reoptimizer/Makefile:1.8 Sun Nov 3 14:52:39 2002
+++ llvm/lib/Reoptimizer/Makefile Sat May 31 21:39:43 2003
@@ -1,4 +1,4 @@
LEVEL = ../..
-DIRS = Mapping TraceCache
+DIRS = Mapping TraceCache Trigger BinInterface
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list