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

Brian Gaeke gaeke at cs.uiuc.edu
Fri Sep 5 14:40:19 PDT 2003


Changes in directory llvm/lib:

Makefile updated: 1.13 -> 1.14

---
Log message:

Add ExecutionEngine directory.


---
Diffs of the changes:

Index: llvm/lib/Makefile
diff -u llvm/lib/Makefile:1.13 llvm/lib/Makefile:1.14
--- llvm/lib/Makefile:1.13	Thu Aug 21 15:32:04 2003
+++ llvm/lib/Makefile	Fri Sep  5 14:39:49 2003
@@ -1,6 +1,6 @@
 LEVEL = ..
 
-PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter
+PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter ExecutionEngine
 
 include $(LEVEL)/Makefile.common
 





More information about the llvm-commits mailing list