Auto merge of #4747 - rex4539:fix-cargo-checksum, r=str4d

Remove reference to cargo-checksum.sh

Leftover after merging https://github.com/zcash/zcash/pull/4743.

Caused compilation warnings of the form:

```
shasum: cargo-checksum.sh: No such file or directory
```
This commit is contained in:
Homu 2020-09-25 10:29:01 +00:00
commit d8ab28426e
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ packages += $($(host_arch)_$(host_os)_packages) $($(host_os)_packages) $(wallet_
native_packages += $($(host_arch)_$(host_os)_native_packages) $($(host_os)_native_packages)
all_packages = $(packages) $(native_packages)
meta_depends = Makefile funcs.mk builders/default.mk hosts/default.mk hosts/$(host_os).mk builders/$(build_os).mk cargo-checksum.sh
meta_depends = Makefile funcs.mk builders/default.mk hosts/default.mk hosts/$(host_os).mk builders/$(build_os).mk
$(host_arch)_$(host_os)_native_binutils?=$($(host_os)_native_binutils)
$(host_arch)_$(host_os)_native_toolchain?=$($(host_os)_native_toolchain)