Add the LLVMsystem.a library as it is now used for operating system
[oota-llvm.git] / tools / extract / Makefile
index cae06322f3b7a500274730e5d2a7b2225a68ee6d..35c624a4d6b8befb5a49bf286a26c41741c1bc6d 100644 (file)
@@ -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