[llvm-commits] CVS: llvm/lib/Transforms/Makefile
Vikram Adve
vadve at cs.uiuc.edu
Sun Sep 29 06:53:05 PDT 2002
Changes in directory llvm/lib/Transforms:
Makefile updated: 1.6 -> 1.7
---
Log message:
Convert DIRS to PARALLEL_DIRS. They can be built independently.
---
Diffs of the changes:
Index: llvm/lib/Transforms/Makefile
diff -u llvm/lib/Transforms/Makefile:1.6 llvm/lib/Transforms/Makefile:1.7
--- llvm/lib/Transforms/Makefile:1.6 Tue Jul 23 12:52:35 2002
+++ llvm/lib/Transforms/Makefile Sun Sep 29 06:52:14 2002
@@ -1,5 +1,5 @@
LEVEL = ../..
-DIRS = Utils Instrumentation Scalar IPO
+PARALLEL_DIRS = Utils Instrumentation Scalar IPO
LIBRARYNAME = transforms
BUILD_ARCHIVE = 1
More information about the llvm-commits
mailing list