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