[PATCH] D14964: [clang-tidy] Fix problem with parallel configure build
Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 25 11:19:29 PST 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL254081: Fix problem with Clang-tidy parallel configure build. (authored by eugenezelenko).
Changed prior to commit:
http://reviews.llvm.org/D14964?vs=41076&id=41160#toc
Repository:
rL LLVM
http://reviews.llvm.org/D14964
Files:
clang-tools-extra/trunk/clang-tidy/tool/Makefile
Index: clang-tools-extra/trunk/clang-tidy/tool/Makefile
===================================================================
--- clang-tools-extra/trunk/clang-tidy/tool/Makefile
+++ clang-tools-extra/trunk/clang-tidy/tool/Makefile
@@ -39,10 +39,10 @@
$(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)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14964.41160.patch
Type: text/x-patch
Size: 604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151125/ed3f9eab/attachment.bin>
More information about the cfe-commits
mailing list