Fix printing of the instructions.
[oota-llvm.git] / tools / opt / Makefile
index f7d551e3ee013d4815c19bc6de42e6f9dc06c50a..4fd8293eb0319589f26e8c02680867810daeab0a 100644 (file)
@@ -9,11 +9,9 @@
 LEVEL = ../..
 TOOLNAME = opt
 
-USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation LLVMProfilePaths \
-          LLVMScalarOpts LLVMipo LLVMipa LLVMDataStructure LLVMTransforms \
-          LLVMTarget.a LLVMAnalysis LLVMTransformUtils LLVMCore LLVMSupport.a \
+USEDLIBS = LLVMBCReader LLVMBCWriter LLVMInstrumentation.a \
+          LLVMScalarOpts.a LLVMipo.a LLVMipa.a LLVMDataStructure LLVMTransforms.a \
+          LLVMTarget.a LLVMAnalysis.a LLVMTransformUtils.a LLVMCore LLVMSupport.a \
           LLVMbzip2 LLVMSystem.a 
 
-TOOLLINKOPTS = $(PLATFORMLIBDL)
-
 include $(LEVEL)/Makefile.common