summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-05-30 21:20:55 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-05-30 21:20:55 +0000
commitac28588def0093238a28c52952c37919190873f5 (patch)
treede48c063035ca3cdc5787b3f0a7998c0756be3c2 /tools/Makefile
parenta0b8515f303c17fbe4184a7d69d748065a26e384 (diff)
downloadllvm-ac28588def0093238a28c52952c37919190873f5.tar.gz
llvm-ac28588def0093238a28c52952c37919190873f5.tar.bz2
llvm-ac28588def0093238a28c52952c37919190873f5.tar.xz
llvm2cpp is ready to be compiled so add it to the makefile, but make it
optional. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28570 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index ace2e2165b..e262b2ace3 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -12,4 +12,6 @@ PARALLEL_DIRS := llvm-as llvm-dis opt gccas llc llvm-link lli gccld llvm-stub \
analyze llvm-extract llvm-nm llvm-prof llvm-ar llvm-ranlib \
llvm-bcanalyzer llvmc llvm-ld llvm-db bugpoint llvm-config
+OPTIONAL_DIRS := llvm2cpp
+
include $(LEVEL)/Makefile.common