/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
2c8c407
)
Merge branch 'nd/complete-config-vars'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 17 Aug 2018 20:09:59 +0000
(13:09 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 17 Aug 2018 20:09:59 +0000
(13:09 -0700)
Build fix.
* nd/complete-config-vars:
Makefile: add missing dependency for command-list.h
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
e3364a4
..
73aa943
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2044,7
+2044,7
@@
$(BUILT_INS): git$X
command-list.h: generate-cmdlist.sh command-list.txt
-command-list.h: $(wildcard Documentation/git*.txt)
+command-list.h: $(wildcard Documentation/git*.txt)
Documentation/config.txt
$(QUIET_GEN)$(SHELL_PATH) ./generate-cmdlist.sh command-list.txt >$@+ && mv $@+ $@
SCRIPT_DEFINES = $(SHELL_PATH_SQ):$(DIFF_SQ):$(GIT_VERSION):\