Skip to content
Snippets Groups Projects
Commit c0b46966 authored by Eugene Zelenko's avatar Eugene Zelenko
Browse files

Backport r254081 from trunk: Fix problem with Clang-tidy parallel configure build.

llvm-svn: 254351
parent c3ab51cd
No related branches found
No related tags found
No related merge requests found
...@@ -38,10 +38,10 @@ $(PROJ_sharedir): ...@@ -38,10 +38,10 @@ $(PROJ_sharedir):
$(Echo) Making install directory: $@ $(Echo) Making install directory: $@
$(Verb) $(MKDIR) $@ $(Verb) $(MKDIR) $@
$(DESTFILES): $(SRCFILES) $(DESTFILES): $(SRCFILES) $(PROJ_sharedir)
$(PROJ_sharedir)/%.py: $(PROJ_SRC_DIR)/%.py $(PROJ_sharedir)/%.py: $(PROJ_SRC_DIR)/%.py
$(Echo) Installing script file: $(notdir $<) $(Echo) Installing script file: $(notdir $<)
$(Verb) $(ScriptInstall) $< $(PROJ_sharedir) $(Verb) $(ScriptInstall) $< $(PROJ_sharedir)
install-local:: $(PROJ_sharedir) $(DESTFILES) install-local:: $(DESTFILES)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment