Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'sg/help-group'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 14 Sep 2015 21:59:05 +0000
(14:59 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 14 Sep 2015 21:59:05 +0000
(14:59 -0700)
* sg/help-group:
Makefile: use SHELL_PATH when running generate-cmdlist.sh
Makefile
patch
|
blob
|
history
raw
(from parent 1:
153ec92
)
diff --git
a/Makefile
b/Makefile
index e326fa09c0ac3f1b8700495ea7a1bf007aa170d6..8d5df7ea1ee672753e2f29302ef9a1a7db77638e 100644
(file)
--- 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):\