Only build .a file versions of these libraries, instead of .a and .o versions.
[oota-llvm.git] / lib / Analysis / Makefile
index b679b572c5b0811fa0a9df2155eba3f4b6e1cfec..4ec6b061f88de946c9e09f6c698554b2468742db 100644 (file)
@@ -11,6 +11,7 @@ LEVEL = ../..
 LIBRARYNAME = LLVMAnalysis
 PARALLEL_DIRS = IPA DataStructure
 BUILD_ARCHIVE = 1
+DONT_BUILD_RELINKED = 1
 
 include $(LEVEL)/Makefile.common