diff options
Diffstat (limited to 'llvm/examples')
-rw-r--r-- | llvm/examples/ModuleMaker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/examples/ModuleMaker/Makefile b/llvm/examples/ModuleMaker/Makefile index c99b7e7891c..2bd8a38b7e2 100644 --- a/llvm/examples/ModuleMaker/Makefile +++ b/llvm/examples/ModuleMaker/Makefile @@ -8,6 +8,6 @@ ##===----------------------------------------------------------------------===## LEVEL=../.. TOOLNAME=ModuleMaker -USEDLIBS= bcwriter vmcore support.a LLVMsystem.a +USEDLIBS= LLVMBCWriter LLVMCore LLVMSupport.a LLVMSystem.a include $(LEVEL)/Makefile.common |