From 2f5edfa47d06c9605a5a0aa3ad72d7fef4d44fa3 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 26 May 2022 15:26:33 +0900 Subject: [PATCH] Stop rebuilding miniruby always [ci skip] --- defs/gmake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.