[llvm-commits] CVS: llvm-poolalloc/lib/Makefile
John Criswell
criswell at cs.uiuc.edu
Wed Dec 13 21:51:55 PST 2006
Changes in directory llvm-poolalloc/lib:
Makefile updated: 1.3 -> 1.4
---
Log message:
Merged from release_19 branch.
This adds correct compilation of DSA, pool inference, and configure script
fixes to mainline.
---
Diffs of the changes: (+1 -1)
Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-poolalloc/lib/Makefile
diff -u llvm-poolalloc/lib/Makefile:1.3 llvm-poolalloc/lib/Makefile:1.4
--- llvm-poolalloc/lib/Makefile:1.3 Wed May 18 14:56:25 2005
+++ llvm-poolalloc/lib/Makefile Wed Dec 13 23:51:06 2006
@@ -6,6 +6,6 @@
#
# List all of the subdirectories that we will compile.
#
-DIRS=PoolAllocate
+PARALLEL_DIRS=DSA PoolAllocate
include $(LEVEL)/Makefile.common
More information about the llvm-commits
mailing list