summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-01-09 18:16:20 +0000
committerChris Lattner <sabre@nondot.org>2004-01-09 18:16:20 +0000
commitb3da2fd16f6863805dd88b5abce12c82439d6070 (patch)
treea96d3b957e241150379a2c67323812b352e6561c
parent12023d67f8b65ac24761b1addef165a96f0be68d (diff)
downloadllvm-b3da2fd16f6863805dd88b5abce12c82439d6070.tar.gz
llvm-b3da2fd16f6863805dd88b5abce12c82439d6070.tar.bz2
llvm-b3da2fd16f6863805dd88b5abce12c82439d6070.tar.xz
Live var is now in lib/Target/Sparc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10735 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Analysis/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile
index 71f99e4e59..2a8d34ea72 100644
--- a/lib/Analysis/Makefile
+++ b/lib/Analysis/Makefile
@@ -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