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