[clang-tools-extra] r232340 - Fix ./configure build after r232338.

Alexander Kornienko alexfh at google.com
Sun Mar 15 17:43:57 PDT 2015


Author: alexfh
Date: Sun Mar 15 19:43:57 2015
New Revision: 232340

URL: http://llvm.org/viewvc/llvm-project?rev=232340&view=rev
Log:
Fix ./configure build after r232338.

Modified:
    clang-tools-extra/trunk/Makefile

Modified: clang-tools-extra/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/Makefile?rev=232340&r1=232339&r2=232340&view=diff
==============================================================================
--- clang-tools-extra/trunk/Makefile (original)
+++ clang-tools-extra/trunk/Makefile Sun Mar 15 19:43:57 2015
@@ -11,8 +11,7 @@ CLANG_LEVEL := ../..
 
 include $(CLANG_LEVEL)/../../Makefile.config
 
-PARALLEL_DIRS := remove-cstr-calls tool-template modularize \
- pp-trace
+PARALLEL_DIRS := tool-template modularize pp-trace
 DIRS := clang-apply-replacements clang-modernize clang-rename clang-tidy \
 	clang-query unittests
 





More information about the cfe-commits mailing list