summaryrefslogtreecommitdiff
path: root/defs
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-05-26 15:26:33 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-05-26 15:26:33 +0900
commit2f5edfa47d06c9605a5a0aa3ad72d7fef4d44fa3 (patch)
treef5fb79314dc464a4c0b3706b8190db7d77140d83 /defs
parent2556e15d7520913119175c8166b1f9d17eb33415 (diff)
downloadruby-2f5edfa47d06c9605a5a0aa3ad72d7fef4d44fa3.tar.gz
Stop rebuilding miniruby always [ci skip]
Diffstat (limited to 'defs')
-rw-r--r--defs/gmake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/defs/gmake.mk b/defs/gmake.mk
index 93aa784fb4..e4e4576bd8 100644
--- a/defs/gmake.mk
+++ b/defs/gmake.mk
@@ -398,7 +398,7 @@ $(YJIT_LIBS): yjit-static-lib
# Put this here instead of in common.mk to avoid breaking nmake builds
# TODO: might need to move for BSD Make support
-miniruby$(EXEEXT): $(YJIT_LIBS)
+miniruby$(EXEEXT): | $(YJIT_LIBS)
# Generate Rust bindings. See source for details.
# Needs `./configure --enable-yjit=dev` and Clang.