diff options
Diffstat (limited to 'tools/extract/Makefile')
-rw-r--r-- | tools/extract/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/extract/Makefile b/tools/extract/Makefile index cae06322f3..35c624a4d6 100644 --- a/tools/extract/Makefile +++ b/tools/extract/Makefile @@ -10,6 +10,6 @@ LEVEL = ../.. TOOLNAME = extract USEDLIBS = bcreader bcwriter transforms.a ipo.a target.a analysis.a \ - transformutils.a ipa.a vmcore support.a + transformutils.a ipa.a vmcore support.a LLVMsystem.a include $(LEVEL)/Makefile.common |