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