aboutsummaryrefslogtreecommitdiffstats
path: root/defs
diff options
context:
space:
mode:
Diffstat (limited to 'defs')
-rw-r--r--defs/gmake.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/defs/gmake.mk b/defs/gmake.mk
index 012c3832b9..0824cabc8d 100644
--- a/defs/gmake.mk
+++ b/defs/gmake.mk
@@ -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)"; \