diff options
Diffstat (limited to 'llvm/lib/Transforms/Hello')
-rw-r--r-- | llvm/lib/Transforms/Hello/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Hello/Makefile b/llvm/lib/Transforms/Hello/Makefile index 6b3f46748b9..0a02fe95601 100644 --- a/llvm/lib/Transforms/Hello/Makefile +++ b/llvm/lib/Transforms/Hello/Makefile @@ -10,7 +10,7 @@ LEVEL = ../../.. LIBRARYNAME = LLVMHello LOADABLE_MODULE = 1 -USEDLIBS = LLVMSupport.a +USEDLIBS = include $(LEVEL)/Makefile.common |