summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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