From 66de1893bc6d492b7aa6b27fc11bae0ae44847b8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 14 Jan 2003 21:30:30 +0000 Subject: Link in lots o libraries git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5269 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/bugpoint/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/bugpoint/Makefile') diff --git a/tools/bugpoint/Makefile b/tools/bugpoint/Makefile index a648a3c475..b79e6c47aa 100644 --- a/tools/bugpoint/Makefile +++ b/tools/bugpoint/Makefile @@ -2,7 +2,7 @@ LEVEL = ../.. TOOLNAME = bugpoint -#OPTLIBS = instrument profpaths +OPTLIBS = transforms instrument profpaths ANALIBS = datastructure ipa target.a USEDLIBS = ipo scalaropts analysis $(OPTLIBS) $(ANALIBS) \ -- cgit v1.2.3