Kaydet (Commit) e584d4ab authored tarafından Luboš Luňák's avatar Luboš Luňák

clang binary is in clang build directory, not with its sources

Change-Id: If037eac010d3cb72ca185382232c211758d009e6
üst c352f340
......@@ -88,7 +88,7 @@ $(CLANGOUTDIR)/plugin.so: $(CLANGOBJS)
$(QUIET)$(CXX) -shared $(CLANGOBJS) -o $@
# Clang most probably doesn't maintain binary compatibility, so rebuild when clang changes.
$(CLANGOUTDIR)/clang-timestamp: $(CLANGDIR)/bin/clang
$(CLANGOUTDIR)/clang-timestamp: $(CLANGBUILD)/bin/clang
$(QUIET)touch $@
# vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment