diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-02-06 14:12:27 -0500 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-04-18 21:52:56 +0900 |
| commit | 9ddce45c7df7d198b5089042ea8be5717f3eef00 (patch) | |
| tree | 743c00ab147eb3f2497055195ad5ff5300ba09ca | |
| parent | 5af1c2ed62a681bd4e710e81f62e1a1e27582f8a (diff) | |
Fix duplicated make target names
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13131
| -rw-r--r-- | zjit/zjit.mk | 2 |
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 |
