Skip to content
Snippets Groups Projects
Commit 4e0ea8ed authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'nd/complete-config-vars'

Build fix.

* nd/complete-config-vars:
  Makefile: add missing dependency for command-list.h
parents 2c8c407d 5d14258b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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):\
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment