Skip to content

Commit ede8d89

Browse files
dschogitster
authored andcommitted
vcbuild/README: update to accommodate for missing common-cmds.h
In 60f487a (Remove common-cmds.h, 2018-05-10), we forgot to adjust this README when removing the common-cmds.h file. Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6532f37 commit ede8d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compat/vcbuild/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ The Steps of Build Git with VS2008
3030
the git operations.
3131

3232
3. Inside Git's directory run the command:
33-
make common-cmds.h
34-
to generate the common-cmds.h file needed to compile git.
33+
make command-list.h
34+
to generate the command-list.h file needed to compile git.
3535

3636
4. Then either build Git with the GNU Make Makefile in the Git projects
3737
root

0 commit comments

Comments
 (0)