diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 | ||||
-rw-r--r-- | win32/makefile.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index 5fd2f9812e..fc795e95a8 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -843,7 +843,7 @@ config.w32 : $(CFGSH_TMPL) # this target is for when changes to the main config.sh happen. # edit config.vc, then make perl in a minimal configuration (i.e. with MULTI, -# ITHREADS, IMP_SYS, LARGE_FILES, PERLIO and CRYPT off), then make this target +# ITHREADS, IMP_SYS, LARGE_FILES and PERLIO off), then make this target # to regenerate config_H.vc. # repeat for config.vc64 and config_H.vc64 if you have a suitable build # environment, otherwise hand-edit them to maintain the same differences with diff --git a/win32/makefile.mk b/win32/makefile.mk index f23d8fa8b2..211273e5ac 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1046,7 +1046,7 @@ config.w32 : $(CFGSH_TMPL) # this target is for when changes to the main config.sh happen. # edit config.gc, then make perl using GCC in a minimal configuration (i.e. -# with MULTI, ITHREADS, IMP_SYS, LARGE_FILES, PERLIO and CRYPT off), then make +# with MULTI, ITHREADS, IMP_SYS, LARGE_FILES and PERLIO off), then make # this target to regenerate config_H.gc. # unfortunately, some further manual editing is also then required to restore all # the special _MSC_VER handling that is otherwise lost. |