diff options
-rw-r--r-- | tools/analyze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/analyze/Makefile b/tools/analyze/Makefile index f5d492c82e..06def88d01 100644 --- a/tools/analyze/Makefile +++ b/tools/analyze/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TOOLNAME = analyze USEDLIBS = LLVMAsmParser LLVMBCReader LLVMAnalysis.a LLVMipa.a \ - LLVMDataStructure.a \ + LLVMDataStructure \ LLVMScalarOpts.a LLVMTransforms.a LLVMTarget.a LLVMScalarOpts.a \ LLVMTransformUtils.a LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a |