From: Chris Lattner Date: Wed, 22 Oct 2003 03:40:33 +0000 (+0000) Subject: New library needed X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=20678b96ea7ab7d4f0809eb5407910bae75e446c;p=oota-llvm.git New library needed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9364 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/extract/Makefile b/tools/extract/Makefile index 8f8f58ec37b..cae06322f3b 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