Live var is now in lib/Target/Sparc
authorChris Lattner <sabre@nondot.org>
Fri, 9 Jan 2004 18:16:20 +0000 (18:16 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 9 Jan 2004 18:16:20 +0000 (18:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10735 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/Makefile

index 71f99e4e594590e8ae31e4ef7b9ba25a8d95d6de..2a8d34ea726d6036a3c508c3ccc6c3716dce71e7 100644 (file)
@@ -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