summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zjit/zjit.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/zjit/zjit.mk b/zjit/zjit.mk
index 3c5eb58eb0..81e7c11605 100644
--- a/zjit/zjit.mk
+++ b/zjit/zjit.mk
@@ -104,6 +104,6 @@ zjit-bindgen: zjit.$(OBJEXT)
YJIT_SRC_ROOT_PATH='$(top_srcdir)' BINDGEN_GLUE_C_FILE=zjit.c $(CARGO) run --manifest-path '$(top_srcdir)/yjit/bindgen/Cargo.toml' -- $(CFLAGS) $(XCFLAGS) $(CPPFLAGS)
$(Q) if [ 'x$(HAVE_GIT)' = xyes ]; then $(GIT) -C "$(top_srcdir)" diff $(YJIT_BINDGEN_DIFF_OPTS) yjit/src/cruby_bindings.inc.rs; fi
-check-yjit-bindgen-unused: yjit.$(OBJEXT)
+check-zjit-bindgen-unused: yjit.$(OBJEXT)
RUST_LOG=warn YJIT_SRC_ROOT_PATH='$(top_srcdir)' $(CARGO) run --manifest-path '$(top_srcdir)/yjit/bindgen/Cargo.toml' -- $(CFLAGS) $(XCFLAGS) $(CPPFLAGS) 2>&1 | (! grep "unused option: --allow")
endif