From e764f6071085892839b26980c2ba572773412d52 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 10 Nov 2001 07:15:53 +0000 Subject: 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 --- tools/opt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/opt') 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 -- cgit v1.2.3