Auto merge of #118899 - veera-sivarajan:fix-makefile, r=Mark-Simulacrum

fix(tests): remove check for `echo`

fixes: #56222

Removes check for `echo` as it doesn't seem to be used anywhere.
This commit is contained in:
bors 2024-01-05 07:42:03 +00:00
commit 8d39ec1825
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ include ../../run-make/tools.mk
# -Zbinary-dep-depinfo is used.
all:
/bin/echo || exit 0 # This test requires /bin/echo to exist
$(RUSTC) the_backend.rs --crate-name the_backend --crate-type dylib \
-o $(TMPDIR)/the_backend.dylib