vcbuild/README: update to accommodate for missing common-cmds.h
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 22 Jun 2018 11:09:11 +0000 (13:09 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Jul 2018 21:30:34 +0000 (14:30 -0700)
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>
compat/vcbuild/README
index df8a6574c9ac24722aec9baf046dab785d210cc4..60fd873fe801da608cdef1ac2bafd371a0855db0 100644 (file)
@@ -30,8 +30,8 @@ The Steps of Build Git with VS2008
    the git operations.
 
 3. Inside Git's directory run the command:
    the git operations.
 
 3. Inside Git's directory run the command:
-       make common-cmds.h
-   to generate the common-cmds.h file needed to compile git.
+       make command-list.h
+   to generate the command-list.h file needed to compile git.
 
 4. Then either build Git with the GNU Make Makefile in the Git projects
    root
 
 4. Then either build Git with the GNU Make Makefile in the Git projects
    root