Skip to content

Commit 7962f32

Browse files
committed
Fix hello when transforming program names
1 parent 4cf4cad commit 7962f32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,9 +1027,9 @@ yes-runnable: PHONY
10271027

10281028
hello: $(TEST_RUNNABLE)-hello
10291029
yes-hello: runnable-golf
1030-
./$(enable_shared:yes=bin/)goruby -veh
1030+
./$(enable_shared:yes=bin/)$(GORUBY) -veh
10311031
no-hello: runnable-golf
1032-
$(ECHO) Run ./$(enable_shared:yes=bin/)goruby -veh
1032+
$(ECHO) Run ./$(enable_shared:yes=bin/)$(GORUBY) -veh
10331033

10341034
encs: enc trans
10351035
libencs: libenc libtrans

0 commit comments

Comments
 (0)