From: Vikram S. Adve Date: Tue, 28 Aug 2001 23:29:31 +0000 (+0000) Subject: Added directory LiveVar/ X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0e4fda3c1ae9ec1ce24d2d6c4fb84cfec0c26dcc;p=oota-llvm.git Added directory LiveVar/ git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@410 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile index 4b672cd6ff5..3979709be83 100644 --- a/lib/Analysis/Makefile +++ b/lib/Analysis/Makefile @@ -3,5 +3,7 @@ LEVEL = ../.. LIBRARYNAME = analysis +DIRS = LiveVar + include $(LEVEL)/Makefile.common