From 20678b96ea7ab7d4f0809eb5407910bae75e446c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 22 Oct 2003 03:40:33 +0000 Subject: New library needed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9364 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/extract/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/extract/Makefile b/tools/extract/Makefile index 8f8f58ec37..cae06322f3 100644 --- a/tools/extract/Makefile +++ b/tools/extract/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TOOLNAME = extract -USEDLIBS = bcreader bcwriter transforms.a ipo.a analysis.a transformutils.a \ - ipa.a vmcore support.a +USEDLIBS = bcreader bcwriter transforms.a ipo.a target.a analysis.a \ + transformutils.a ipa.a vmcore support.a include $(LEVEL)/Makefile.common -- cgit v1.2.3