add Yet Another Instance of a Static Library
authorChris Lattner <sabre@nondot.org>
Sat, 10 Nov 2001 07:15:53 +0000 (07:15 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 10 Nov 2001 07:15:53 +0000 (07:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1242 91177308-0d34-0410-b5e6-96231b3b80d8

tools/opt/Makefile

index e8410ee716ebf67d695e4a1ee17f20b209331821..2e07a1fc644a91497735d1f246ab4f2f287d05d5 100644 (file)
@@ -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