Author: ddunbar
Date: Sat May  2 18:50:24 2009
New Revision: 70650

URL: http://llvm.org/viewvc/llvm-project?rev=70650&view=rev
Log:
Remove ccc from the makefile as well.

Modified:
    cfe/trunk/tools/Makefile

Modified: cfe/trunk/tools/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/Makefile?rev=70650&r1=70649&r2=70650&view=diff

==============================================================================
--- cfe/trunk/tools/Makefile (original)
+++ cfe/trunk/tools/Makefile Sat May  2 18:50:24 2009
@@ -8,6 +8,6 @@
 
##===----------------------------------------------------------------------===##
 
 LEVEL := ../../..
-DIRS := clang-cc ccc driver
+DIRS := clang-cc driver
 
 include $(LEVEL)/Makefile.common


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to