summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-22 03:40:33 +0000
committerChris Lattner <sabre@nondot.org>2003-10-22 03:40:33 +0000
commit20678b96ea7ab7d4f0809eb5407910bae75e446c (patch)
tree1f423c4305afe083c9048be2b5b994319432706f
parentefd47ba3ac178562d98a36a3538f89e3adac759f (diff)
downloadllvm-20678b96ea7ab7d4f0809eb5407910bae75e446c.tar.gz
llvm-20678b96ea7ab7d4f0809eb5407910bae75e446c.tar.bz2
llvm-20678b96ea7ab7d4f0809eb5407910bae75e446c.tar.xz
New library needed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9364 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/extract/Makefile4
1 files 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