summaryrefslogtreecommitdiff
path: root/defs
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-05-27 09:54:45 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-05-27 09:54:45 +0900
commitbe26f40682120a130b89849deb70a184d3b11e7b (patch)
treea6e03877edb4cbaa0696f642d0b58de6f3766dcf /defs
parenta04d8c951393060f613853dc3c44afb090f63e1b (diff)
downloadruby-be26f40682120a130b89849deb70a184d3b11e7b.tar.gz
Revert "Stop rebuilding miniruby always [ci skip]"
This reverts commit 2f5edfa47d06c9605a5a0aa3ad72d7fef4d44fa3.
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 e4e4576bd8..93aa784fb4 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.