forked from altcloud/mkimage-profiles
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:
parent
97b229b616
commit
796a82193d
@ -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); \
|
||||
|
Loading…
Reference in New Issue
Block a user