From: Chris Lattner Date: Fri, 9 Jan 2004 18:16:20 +0000 (+0000) Subject: Live var is now in lib/Target/Sparc X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b3da2fd16f6863805dd88b5abce12c82439d6070;p=oota-llvm.git 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 --- diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile index 71f99e4e594..2a8d34ea726 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