*** empty log message ***


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3002 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/Makefile b/lib/Transforms/Makefile
index b9f65b2..3143621 100644
--- a/lib/Transforms/Makefile
+++ b/lib/Transforms/Makefile
@@ -1,7 +1,7 @@
 LEVEL = ../..
 DIRS = Utils Instrumentation Scalar IPO
-
 LIBRARYNAME = transforms
+BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common