X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTransforms%2FMakefile;h=09ae44f6107808d9b508c984891ca98516418fee;hb=f7f009d9a5476d7a08cb2ed0e9b335b087d43fe9;hp=b9f65b2e7f4929587f16648a59e1cbdf016c744e;hpb=0ed2e4b55478442f334d2b730197d87ae2adcada;p=oota-llvm.git diff --git a/lib/Transforms/Makefile b/lib/Transforms/Makefile index b9f65b2e7f4..09ae44f6107 100644 --- a/lib/Transforms/Makefile +++ b/lib/Transforms/Makefile @@ -1,7 +1,7 @@ LEVEL = ../.. -DIRS = Utils Instrumentation Scalar IPO - +PARALLEL_DIRS = Utils Instrumentation Scalar IPO LIBRARYNAME = transforms +BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common