Commit 796a8219 authored by Michael Shigorin's avatar Michael Shigorin

reports.mk: that space was extra

graphviz is usually around so this buglet has lived a really long life: "a " "b" instead of "a" "b".
parent 97b229b6
......@@ -73,7 +73,7 @@ reports/targets: reports/prep
OUT="$(BUILDDIR)/targets.dot"; \
report-targets < "$(REPORT_PATH)" > "$$OUT" \
&& if [ -s "$$OUT" ]; then \
echo "** graphviz missing, " \
echo "** graphviz missing," \
"target graph dot file: $$OUT"; \
fi; \
fi $(SHORTEN); \
......
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