diff options
Diffstat (limited to 'examples/ModuleMaker/Makefile')
-rw-r--r-- | examples/ModuleMaker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ModuleMaker/Makefile b/examples/ModuleMaker/Makefile index a9e4074..e24e0df 100644 --- a/examples/ModuleMaker/Makefile +++ b/examples/ModuleMaker/Makefile @@ -9,6 +9,6 @@ LEVEL=../.. TOOLNAME=ModuleMaker EXAMPLE_TOOL = 1 -USEDLIBS= LLVMBCWriter LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a +USEDLIBS= LLVMBCWriter.a LLVMCore.a LLVMSupport.a LLVMbzip2.a LLVMSystem.a include $(LEVEL)/Makefile.common |