The MinGW.org Windows System Libraries
修订版 | 4f06e0a14e0eef9dd42e30a493d40cb4be82ced2 (tree) |
---|---|
时间 | 2016-07-17 19:11:20 |
作者 | Keith Marshall <keithmarshall@user...> |
Commiter | Keith Marshall |
Correct source package omission of msvcrt-xref subdirectory.
@@ -1,3 +1,9 @@ | ||
1 | +2016-07-17 Keith Marshall <keithmarshall@users.sourceforge.net> | |
2 | + | |
3 | + Correct source package omission of msvcrt-xref subdirectory. | |
4 | + | |
5 | + * Makefile.in (mingwrt-srcdist-files): Add msvcrt-xref. | |
6 | + | |
1 | 7 | 2016-07-14 Keith Marshall <keithmarshall@users.sourceforge.net> |
2 | 8 | |
3 | 9 | Prepare and tag all files for release of mingwrt-3.22. |
@@ -873,7 +873,7 @@ mingwrt-srcdist-files: $(wildcard ${mingwrt_srcdir}/*.[chs]) \ | ||
873 | 873 | $(wildcard ${mingwrt_srcdir}/*.def.in) $(wildcard ${mingwrt_srcdir}/config*) \ |
874 | 874 | $(addprefix ${mingwrt_srcdir}/,aclocal.m4 install-sh Makefile.in TODO) \ |
875 | 875 | $(addprefix ${mingwrt_srcdir}/,include man mingwex profile) \ |
876 | - $(addprefix ${mingwrt_srcdir}/,crtdll.def) \ | |
876 | + $(addprefix ${mingwrt_srcdir}/,msvcrt-xref crtdll.def) \ | |
877 | 877 | $(wildcard ${mingwrt_srcdir}/*.txt) |
878 | 878 | |
879 | 879 | install-html install-pdf: install-%: %dir mingwrt-man$(man3ext) |