vcbuild/README: update to accommodate for missing common-cmds.h

In 60f487ac0ef (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> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Johannes Schindelin committed Jun 22, 2018 at 13:09 UTC ede8d89bb1199718c6219cc27d34b9eb56bbe761
1 file changed +2 -2
compat/vcbuild/README
+2 -2
@@ -30,8 +30,8 @@ The Steps of Build Git with VS2008
30 the git operations.
31
32 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.
35
36 4. Then either build Git with the GNU Make Makefile in the Git projects
37 root