CORRECTION:
* Makefile.in (SRCDIST_FILES): Add DISCLAIMER and CONTRIBUTORS.
This commit is contained in:
parent
00a85098c4
commit
956235ae2b
@ -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.
|
||||
|
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user