X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FAnalysis%2FMakefile;h=d544a05a1f0505f9608ce4e8fa5529adf72549d2;hb=eca195e7b495e80fe1b1243b1549a08ac49d972e;hp=69359afb8f0028199a1dff64833615156532c5e5;hpb=71e7bb4bc0432c600401a88754978ccb4d6e0abd;p=oota-llvm.git diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile index 69359afb8f0..d544a05a1f0 100644 --- a/lib/Analysis/Makefile +++ b/lib/Analysis/Makefile @@ -1,9 +1,7 @@ - LEVEL = ../.. - LIBRARYNAME = analysis - -DIRS = LiveVar IPA +PARALLEL_DIRS = LiveVar IPA DataStructure +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common