Fixed the library path for tools
This commit is contained in:
parent
ca524bcd49
commit
71d5b4c32e
@ -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…
x
Reference in New Issue
Block a user