diff options
Diffstat (limited to 'tools/llvm-prof/Makefile')
-rw-r--r-- | tools/llvm-prof/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/llvm-prof/Makefile b/tools/llvm-prof/Makefile index dabac6c..b0d4b3e 100644 --- a/tools/llvm-prof/Makefile +++ b/tools/llvm-prof/Makefile @@ -10,5 +10,6 @@ LEVEL = ../.. TOOLNAME = llvm-prof USEDLIBS = LLVMAnalysis.a LLVMBCReader \ - LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a + LLVMCore LLVMSupport.a LLVMbzip2 LLVMSystem.a + include $(LEVEL)/Makefile.common |