summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.