Build the llvm-prof directory
authorChris Lattner <sabre@nondot.org>
Tue, 28 Oct 2003 19:16:49 +0000 (19:16 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 28 Oct 2003 19:16:49 +0000 (19:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9552 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index a8f9a7ae22947fce038baf459f48c2b36ff7b7fa..45b92ef558d605ae437f9f6e6962dd64440ad2ae 100644 (file)
@@ -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