Sink the collection of return instructions until after *all*
[oota-llvm.git] / lib / Transforms / Utils / Makefile
index a0c49bd9dfe85c8f16b1dc13d42551acc778ccd7..d1e9336d67f029be8f17b8c5cc9828d784588c10 100644 (file)
@@ -1,14 +1,15 @@
 ##===- lib/Transforms/Utils/Makefile -----------------------*- Makefile -*-===##
-# 
+#
 #                     The LLVM Compiler Infrastructure
 #
-# This file was developed by the LLVM research group and is distributed under
-# the University of Illinois Open Source License. See LICENSE.TXT for details.
-# 
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
 ##===----------------------------------------------------------------------===##
 
 LEVEL = ../../..
 LIBRARYNAME = LLVMTransformUtils
+BUILD_ARCHIVE = 1
 
 include $(LEVEL)/Makefile.common