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:
parent
ca524bcd49
commit
71d5b4c32e
1 changed files with 1 additions and 1 deletions
|
@ -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)"; \
|
||||
|
|
Loading…
Add table
Reference in a new issue