From: Daniel Dunbar Date: Sat, 2 May 2009 23:50:24 +0000 (+0000) Subject: Remove ccc from the makefile as well. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45d604e039e94532f5a78d15df94e71b4aa2ba49;p=clang Remove ccc from the makefile as well. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70650 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/Makefile b/tools/Makefile index e8205d3184..43124ba47c 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -8,6 +8,6 @@ ##===----------------------------------------------------------------------===## LEVEL := ../../.. -DIRS := clang-cc ccc driver +DIRS := clang-cc driver include $(LEVEL)/Makefile.common