From 45d604e039e94532f5a78d15df94e71b4aa2ba49 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 2 May 2009 23:50:24 +0000 Subject: [PATCH] Remove ccc from the makefile as well. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70650 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1