summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-08-17 20:09:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-08-17 20:09:59 (GMT)
commit4e0ea8eddd130d31e8e75804f66f8a333031dbe7 (patch)
tree22713cd8da36e1fa43eeb8a7b46df85055e00f4c /Makefile
parent2c8c407d0a3237a15b4c64249fca50cde4f16115 (diff)
parent5d14258b3694e02392cb24d076d2c7f9cf097f2e (diff)
downloadgit-4e0ea8eddd130d31e8e75804f66f8a333031dbe7.zip
git-4e0ea8eddd130d31e8e75804f66f8a333031dbe7.tar.gz
git-4e0ea8eddd130d31e8e75804f66f8a333031dbe7.tar.bz2
Merge branch 'nd/complete-config-vars'
Build fix. * nd/complete-config-vars: Makefile: add missing dependency for command-list.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3364a4..73aa943 100644
--- 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):\