diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-05-02 23:50:24 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-05-02 23:50:24 +0000 |
commit | 45d604e039e94532f5a78d15df94e71b4aa2ba49 (patch) | |
tree | 9043a511bc6a9536d910217cd915e3987c21822b | |
parent | b83074dfa3885da91543e54e7dcc0ac68e4e4a27 (diff) |
Remove ccc from the makefile as well.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70650 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |