summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-09-14 21:59:05 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-09-14 21:59:05 (GMT)
commita9400b01dfc2256ae6e2c3bd3671519188a3a467 (patch)
tree50f4b5cc8cf3fee5779562de514ce64d21741500 /Makefile
parent153ec926b6ec4ac41f7fdfbca705a3afaa7ef192 (diff)
parent57cee8ac5f108f1e4a51372b37c82a72b0407042 (diff)
downloadgit-a9400b01dfc2256ae6e2c3bd3671519188a3a467.zip
git-a9400b01dfc2256ae6e2c3bd3671519188a3a467.tar.gz
git-a9400b01dfc2256ae6e2c3bd3671519188a3a467.tar.bz2
Merge branch 'sg/help-group'
* sg/help-group: Makefile: use SHELL_PATH when running generate-cmdlist.sh
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e326fa0..8d5df7e 100644
--- a/Makefile
+++ b/Makefile
@@ -1703,7 +1703,7 @@ $(BUILT_INS): git$X
common-cmds.h: generate-cmdlist.sh command-list.txt
common-cmds.h: $(wildcard Documentation/git-*.txt)
- $(QUIET_GEN)./generate-cmdlist.sh command-list.txt >$@+ && mv $@+ $@
+ $(QUIET_GEN)$(SHELL_PATH) ./generate-cmdlist.sh command-list.txt >$@+ && mv $@+ $@
SCRIPT_DEFINES = $(SHELL_PATH_SQ):$(DIFF_SQ):$(GIT_VERSION):\
$(localedir_SQ):$(NO_CURL):$(USE_GETTEXT_SCHEME):$(SANE_TOOL_PATH_SQ):\