Skip to content

Commit 4e0ea8e

Browse files
committed
Merge branch 'nd/complete-config-vars'
Build fix. * nd/complete-config-vars: Makefile: add missing dependency for command-list.h
2 parents 2c8c407 + 5d14258 commit 4e0ea8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2044,7 +2044,7 @@ $(BUILT_INS): git$X
20442044

20452045
command-list.h: generate-cmdlist.sh command-list.txt
20462046

2047-
command-list.h: $(wildcard Documentation/git*.txt)
2047+
command-list.h: $(wildcard Documentation/git*.txt) Documentation/config.txt
20482048
$(QUIET_GEN)$(SHELL_PATH) ./generate-cmdlist.sh command-list.txt >$@+ && mv $@+ $@
20492049

20502050
SCRIPT_DEFINES = $(SHELL_PATH_SQ):$(DIFF_SQ):$(GIT_VERSION):\

0 commit comments

Comments
 (0)