From b3da2fd16f6863805dd88b5abce12c82439d6070 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 9 Jan 2004 18:16:20 +0000 Subject: 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 --- lib/Analysis/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3