From 7962f32b7056320c1ec44b7a8618d9788c3648b6 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 27 Dec 2024 10:29:34 +0900 Subject: [PATCH] Fix `hello` when transforming program names --- common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.mk b/common.mk index 0ea360ce62..77e83e08a5 100644 --- a/common.mk +++ b/common.mk @@ -1027,9 +1027,9 @@ yes-runnable: PHONY hello: $(TEST_RUNNABLE)-hello yes-hello: runnable-golf - ./$(enable_shared:yes=bin/)goruby -veh + ./$(enable_shared:yes=bin/)$(GORUBY) -veh no-hello: runnable-golf - $(ECHO) Run ./$(enable_shared:yes=bin/)goruby -veh + $(ECHO) Run ./$(enable_shared:yes=bin/)$(GORUBY) -veh encs: enc trans libencs: libenc libtrans