diff options
Diffstat (limited to 'dist/s_win')
| -rwxr-xr-x | dist/s_win | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/s_win b/dist/s_win index 562e89f94c6..7fe525c202d 100755 --- a/dist/s_win +++ b/dist/s_win @@ -47,8 +47,8 @@ win_filelist() ( sed \ -e '/\/os_posix\//d' \ - -e '/src\/support\/power8\/crc32.S/d' \ - -e '/src\/support\/power8\/crc32_wrapper.c/d' + -e '/src\/checksum\/power8\/crc32.S/d' \ + -e '/src\/checksum\/power8\/crc32_wrapper.c/d' echo 'src/os_win/os_dir.c' echo 'src/os_win/os_dlopen.c' |
