aboutsummaryrefslogtreecommitdiff
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
commit17700095a2b35fc7d7699afe5a6ba1961389fd59 (patch)
tree0e925709a44f3eb9306734ccb48229e69aa5b43e
parent1ffba99fd03a7e3eae76c7099e7fd01efd9868a0 (diff)
Backport r254081 from trunk: Fix problem with Clang-tidy parallel configure build.release_37
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/branches/release_37@254351 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--clang-tidy/tool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tidy/tool/Makefile b/clang-tidy/tool/Makefile
index 1d4d398b..8131065b 100644
--- a/clang-tidy/tool/Makefile
+++ b/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)