add Yet Another Instance of a Static Library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1242 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index e8410ee..2e07a1f 100644
--- a/tools/opt/Makefile
+++ b/tools/opt/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../..
TOOLNAME = opt
-USEDLIBS = opt bcreader bcwriter asmwriter analysis vmcore support instrument transforms target
+USEDLIBS = opt bcreader bcwriter asmwriter analysis vmcore support instrument transforms target analysis
include $(LEVEL)/Makefile.common