Attempt to solve problem with globs
This commit is contained in:
parent
353cef9654
commit
47ddca6812
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ include clear_expected_if_blessed
|
|||
--instr-profile="$(TMPDIR)"/$@.profdata \
|
||||
$(call BIN,"$(TMPDIR)"/$@) \
|
||||
$$( \
|
||||
for file in $(TMPDIR)/rustdoc-$@/*/rust_out; do \
|
||||
for file in $(TMPDIR)/rustdoc-$@/*/rust_out*; do \
|
||||
[ -x "$$file" ] && printf "%s %s " -object $$file; \
|
||||
done \
|
||||
) \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue