From ff367af17bdbf076df1327f8e7f552d6a0be85f1 Mon Sep 17 00:00:00 2001 From: Daniel Jasper Date: Wed, 20 Mar 2013 10:02:35 +0000 Subject: [PATCH] Fix Makefile. llvm-svn: 177507 --- clang-tools-extra/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/Makefile b/clang-tools-extra/Makefile index 39274f8..6610f91 100644 --- a/clang-tools-extra/Makefile +++ b/clang-tools-extra/Makefile @@ -11,7 +11,7 @@ CLANG_LEVEL := ../.. include $(CLANG_LEVEL)/../../Makefile.config -PARALLEL_DIRS := remove-cstr-calls tool-template clang-format cpp11-migrate modularize +PARALLEL_DIRS := remove-cstr-calls tool-template cpp11-migrate modularize include $(CLANG_LEVEL)/Makefile -- 2.7.4