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