summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Zelenko <eugene.zelenko@gmail.com>2015-12-01 00:22:14 +0000
committerEugene Zelenko <eugene.zelenko@gmail.com>2015-12-01 00:22:14 +0000
commitc0b469661d711655ffc320157a1a44f2062650f3 (patch)
tree4871b5e21a7a6479a4a182aa595a598dbb49be6f
parentc3ab51cd9267db85a55ba0bb2ac03db453bd0316 (diff)
downloadllvm-release/3.7.x.tar.gz
Backport r254081 from trunk: Fix problem with Clang-tidy parallel configure build.llvmorg-3.7.1release/3.7.x
llvm-svn: 254351
-rw-r--r--clang-tools-extra/clang-tidy/tool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/clang-tidy/tool/Makefile b/clang-tools-extra/clang-tidy/tool/Makefile
index 1d4d398b09be..8131065b30bb 100644
--- a/clang-tools-extra/clang-tidy/tool/Makefile
+++ b/clang-tools-extra/clang-tidy/tool/Makefile
@@ -38,10 +38,10 @@ $(PROJ_sharedir):
$(Echo) Making install directory: $@
$(Verb) $(MKDIR) $@
-$(DESTFILES): $(SRCFILES)
+$(DESTFILES): $(SRCFILES) $(PROJ_sharedir)
$(PROJ_sharedir)/%.py: $(PROJ_SRC_DIR)/%.py
$(Echo) Installing script file: $(notdir $<)
$(Verb) $(ScriptInstall) $< $(PROJ_sharedir)
-install-local:: $(PROJ_sharedir) $(DESTFILES)
+install-local:: $(DESTFILES)