*** empty log message ***


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3002 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/extract/Makefile b/tools/extract/Makefile
index f9209d1..c364bb2 100644
--- a/tools/extract/Makefile
+++ b/tools/extract/Makefile
@@ -1,6 +1,7 @@
 LEVEL = ../..
 
 TOOLNAME = extract
-USEDLIBS = bcreader bcwriter transforms ipo analysis transformutils ipa vmcore support
+USEDLIBS = bcreader bcwriter transforms.a ipo.a analysis.a transformutils.a \
+           ipa.a vmcore support.a
 
 include $(LEVEL)/Makefile.common