llvm2cpp is ready to be compiled so add it to the makefile, but make it
authorReid Spencer <rspencer@reidspencer.com>
Tue, 30 May 2006 21:20:55 +0000 (21:20 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 30 May 2006 21:20:55 +0000 (21:20 +0000)
optional.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28570 91177308-0d34-0410-b5e6-96231b3b80d8

tools/Makefile

index ace2e2165bff9f28af1c79e404ebe9a915f229d6..e262b2ace3a3228cd03c6049acceef2a85029d29 100644 (file)
@@ -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