Moved Inliner.h to include/llvm/Transforms/IPO/InlinerPass.h
[oota-llvm.git] / lib / Transforms / IPO / Makefile
index 7bf537945a6d1e0059c8a73c20575ff940f67a28..22a76d3a5ee3a424740a67b5b198d2b6bfc03660 100644 (file)
@@ -6,10 +6,10 @@
 # the University of Illinois Open Source License. See LICENSE.TXT for details.
 # 
 ##===----------------------------------------------------------------------===##
+
 LEVEL = ../../..
 LIBRARYNAME = LLVMipo
 BUILD_ARCHIVE = 1
-DONT_BUILD_RELINKED = 1
 
 include $(LEVEL)/Makefile.common