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".
This commit is contained in:
Michael Shigorin 2014-06-04 18:19:54 +04:00
parent 97b229b616
commit 796a82193d

View File

@ -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); \