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