From 67e7104db7e07a6fbb9000f45864a5529e3f8559 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 28 Oct 2003 19:16:49 +0000 Subject: Build the llvm-prof directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9552 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index a8f9a7ae22..45b92ef558 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -8,7 +8,7 @@ ##===----------------------------------------------------------------------===## LEVEL := .. PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld \ - analyze extract bugpoint llvm-nm llvm-ar + analyze extract bugpoint llvm-nm llvm-prof llvm-ar include $(LEVEL)/Makefile.common -- cgit v1.2.3