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

Chris Lattner lattner at cs.uiuc.edu
Fri Jan 9 12:17:17 PST 2004


Changes in directory llvm/lib/Analysis:

Makefile updated: 1.7 -> 1.8

---
Log message:

Live var is now in lib/Target/Sparc


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

Index: llvm/lib/Analysis/Makefile
diff -u llvm/lib/Analysis/Makefile:1.7 llvm/lib/Analysis/Makefile:1.8
--- llvm/lib/Analysis/Makefile:1.7	Mon Oct 20 17:26:55 2003
+++ llvm/lib/Analysis/Makefile	Fri Jan  9 12:16:20 2004
@@ -6,9 +6,10 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../..
 LIBRARYNAME = analysis
-PARALLEL_DIRS = LiveVar IPA DataStructure
+PARALLEL_DIRS = IPA DataStructure
 BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common





More information about the llvm-commits mailing list