diff options
Diffstat (limited to 'llvm/tools/extract/Makefile')
| -rw-r--r-- | llvm/tools/extract/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/extract/Makefile b/llvm/tools/extract/Makefile index f9209d14457..c364bb2c69f 100644 --- a/llvm/tools/extract/Makefile +++ b/llvm/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 |

