summaryrefslogtreecommitdiffstats
path: root/winsup/mingw
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw')
-rw-r--r--winsup/mingw/ChangeLog2
-rw-r--r--winsup/mingw/Makefile.in5
2 files changed, 4 insertions, 3 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index def06e118..f22070d88 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -2,7 +2,7 @@
* DISCLAIMER: Add words about "free to use".
* README: Modify "Win32 runtime" to "Microsoft C Runtime".
- * Makefile.in (SRCDIST_FILES): Add DISCLAIMER and README.
+ * Makefile.in (SRCDIST_FILES): Add DISCLAIMER and CONTRIBUTORS.
(inst_docdir): New variable.
(INSTDOCS): Ditto.
(FLAGS_TO_PASS): Include inst_docdir.
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index cc0e5c75f..93b5c05a4 100644
--- a/winsup/mingw/Makefile.in
+++ b/winsup/mingw/Makefile.in
@@ -172,7 +172,8 @@ LIBS = libcrtdll.a \
DLLS = $(THREAD_DLL_NAME)
-INSTDOCS = DISCLAIMER \
+INSTDOCS = CONTRIBUTORS \
+ DISCLAIMER \
README
SRCDIST_FILES = CRT_noglob.c CRTfmode.c CRTglob.c CRTinit.c ChangeLog \
@@ -185,7 +186,7 @@ isascii.c iscsym.c iscsymf.c toascii.c \
strcasecmp.c strncasecmp.c wcscmpi.c \
CRT_fp8.c CRT_fp10.c test_headers.c txtmode.c binmode.c pseudo-reloc.c \
pseudo-reloc-list.c \
-DISCLAIMER README
+DISCLAIMER CONTRIBUTORS
all_dlls_host = @all_dlls_host@