Skip to content

Commit 10e36f3

Browse files
committed
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 <johannes.schindelin@gmx.de>
1 parent e9640fe commit 10e36f3

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
@@ -81,8 +81,8 @@ The Steps of Build Git with VS2008
8181
the git operations.
8282

8383
3. Inside Git's directory run the command:
84-
make common-cmds.h
85-
to generate the common-cmds.h file needed to compile git.
84+
make command-list.h
85+
to generate the command-list.h file needed to compile git.
8686

8787
4. Then either build Git with the GNU Make Makefile in the Git projects
8888
root

0 commit comments

Comments
 (0)