OSDN Git Service

CORRECTION:
authorearnie <earnie>
Thu, 22 Apr 2004 16:27:00 +0000 (16:27 +0000)
committerearnie <earnie>
Thu, 22 Apr 2004 16:27:00 +0000 (16:27 +0000)
* Makefile.in (SRCDIST_FILES): Add DISCLAIMER and CONTRIBUTORS.

winsup/mingw/ChangeLog
winsup/mingw/Makefile.in

index def06e1..f22070d 100644 (file)
@@ -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.
index cc0e5c7..93b5c05 100644 (file)
@@ -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@