aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Analysis/Makefile')
-rw-r--r--lib/Analysis/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile
index 71f99e4..2a8d34e 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