X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTransforms%2FInstrumentation%2FMakefile;h=a234923b4c12055b7195922ccbd579d8cb95e93a;hb=0006bd75201f340b95c1dbf71e50dc5de5ed9425;hp=e0e7d7cfb4637ff360a11b3bbfb93d86ca1e1987;hpb=fb1d93c716933a2e2a88cb10dd1e179894faedad;p=oota-llvm.git diff --git a/lib/Transforms/Instrumentation/Makefile b/lib/Transforms/Instrumentation/Makefile index e0e7d7cfb46..a234923b4c1 100644 --- a/lib/Transforms/Instrumentation/Makefile +++ b/lib/Transforms/Instrumentation/Makefile @@ -1,6 +1,7 @@ LEVEL = ../../.. - LIBRARYNAME = instrument -DIRS = ProfilePaths +PARALLEL_DIRS = ProfilePaths +BUILD_ARCHIVE = 1 + include $(LEVEL)/Makefile.common