1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fixed the library path for tools

This commit is contained in:
Nobuyoshi Nakada 2019-07-16 08:25:39 +09:00
parent ca524bcd49
commit 71d5b4c32e
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -145,7 +145,7 @@ $(TIMESTAMPDIR)/.exec.time:
.PHONY: commit
commit: $(if $(filter commit,$(MAKECMDGOALS)),$(filter-out commit,$(MAKECMDGOALS)))
@$(BASERUBY) -C "$(srcdir)" -I./tool -rvcs -e 'VCS.detect(".").commit'
@$(BASERUBY) -C "$(srcdir)" -I./tool/lib -rvcs -e 'VCS.detect(".").commit'
+$(Q) \
{ \
$(CHDIR) "$(srcdir)"; \