Skip to content

Commit

Permalink
Merge branch 'nd/complete-config-vars'
Browse files Browse the repository at this point in the history
Build fix.

* nd/complete-config-vars:
  Makefile: add missing dependency for command-list.h
  • Loading branch information
gitster committed Aug 17, 2018
2 parents 2c8c407 + 5d14258 commit 4e0ea8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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):\
Expand Down

0 comments on commit 4e0ea8e

Please sign in to comment.