diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-22 03:40:33 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-22 03:40:33 +0000 |
commit | 20678b96ea7ab7d4f0809eb5407910bae75e446c (patch) | |
tree | 1f423c4305afe083c9048be2b5b994319432706f | |
parent | efd47ba3ac178562d98a36a3538f89e3adac759f (diff) |
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/Makefile | 4 |
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 |