summaryrefslogtreecommitdiff
path: root/tools/opt/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-11-10 07:15:53 +0000
committerChris Lattner <sabre@nondot.org>2001-11-10 07:15:53 +0000
commite764f6071085892839b26980c2ba572773412d52 (patch)
treedb6eb3cd85cb890fa270f13f653c99031ee6ef4f /tools/opt/Makefile
parent84b322eb170ee8c8dfc74aa33ac2107241a8f3e9 (diff)
downloadllvm-e764f6071085892839b26980c2ba572773412d52.tar.gz
llvm-e764f6071085892839b26980c2ba572773412d52.tar.bz2
llvm-e764f6071085892839b26980c2ba572773412d52.tar.xz
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
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r--tools/opt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile
index e8410ee716..2e07a1fc64 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