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

John Criswell criswell at cs.uiuc.edu
Thu Jan 11 14:44:49 PST 2007



Changes in directory llvm/lib/Analysis:

Makefile updated: 1.11 -> 1.11.10.1
---
Log message:

Don't bother building DSA directory; no one uses it anymore.


---
Diffs of the changes:  (+1 -1)

 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Analysis/Makefile
diff -u llvm/lib/Analysis/Makefile:1.11 llvm/lib/Analysis/Makefile:1.11.10.1
--- llvm/lib/Analysis/Makefile:1.11	Sun Oct 23 21:24:54 2005
+++ llvm/lib/Analysis/Makefile	Thu Jan 11 16:44:34 2007
@@ -9,7 +9,7 @@
 
 LEVEL = ../..
 LIBRARYNAME = LLVMAnalysis
-PARALLEL_DIRS = IPA DataStructure
+PARALLEL_DIRS = IPA
 BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common






More information about the llvm-commits mailing list