[llvm-commits] CVS: llvm/lib/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Sep 29 11:11:02 PDT 2003
Changes in directory llvm/lib:
Makefile updated: 1.14 -> 1.15
---
Log message:
Removed Support directory. It now lives in llvm/support/lib.
---
Diffs of the changes:
Index: llvm/lib/Makefile
diff -u llvm/lib/Makefile:1.14 llvm/lib/Makefile:1.15
--- llvm/lib/Makefile:1.14 Fri Sep 5 14:39:49 2003
+++ llvm/lib/Makefile Mon Sep 29 11:10:43 2003
@@ -1,6 +1,6 @@
LEVEL = ..
-PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode Support CodeGen Target CWriter ExecutionEngine
+PARALLEL_DIRS = VMCore Analysis Transforms AsmParser Bytecode CodeGen Target CWriter ExecutionEngine
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list