summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-28 19:16:49 +0000
committerChris Lattner <sabre@nondot.org>2003-10-28 19:16:49 +0000
commit67e7104db7e07a6fbb9000f45864a5529e3f8559 (patch)
treec4ded3212fc513c560f628b4f36e650166583e80 /tools/Makefile
parent6f82d07060b5eb90bf12a1a03a268df18baff67b (diff)
downloadllvm-67e7104db7e07a6fbb9000f45864a5529e3f8559.tar.gz
llvm-67e7104db7e07a6fbb9000f45864a5529e3f8559.tar.bz2
llvm-67e7104db7e07a6fbb9000f45864a5529e3f8559.tar.xz
Build the llvm-prof directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9552 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
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