Fix hello when transforming program names

This commit is contained in:
Nobuyoshi Nakada 2024-12-27 10:29:34 +09:00
parent 4cf4cad4ab
commit 7962f32b70
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465
Notes: git 2024-12-27 01:30:55 +00:00

View File

@ -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