Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-04-12 02:08:16 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-04-12 02:08:16 +0400
commitc3b9aa576b88bec984dd3e7b7a20421d7ea4e173 (patch)
tree99badc80473d56886e2cbfc786f16edb692f8e6b
parent47f0d7dee532709feba85ce7e6458133f2fca382 (diff)
* mingwex/Makefile.in (DISTFILES): Add suffix to wcstof.c.
-rw-r--r--winsup/mingw/ChangeLog4
-rw-r--r--winsup/mingw/mingwex/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index d47e21add..9526dd206 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-12 Danny Smith <dannysmith@sourceforge.users.net>
+
+ * mingwex/Makefile.in (DISTFILES): Add suffix to wcstof.c.
+
2002-04-11 Danny Smith <dannysmith@sourceforge.users.net>
* include/_mingw.h: Increment version to 2.0.
diff --git a/winsup/mingw/mingwex/Makefile.in b/winsup/mingw/mingwex/Makefile.in
index 31f0670d7..a358c06b7 100644
--- a/winsup/mingw/mingwex/Makefile.in
+++ b/winsup/mingw/mingwex/Makefile.in
@@ -72,7 +72,7 @@ DISTFILES = Makefile.in configure configure.in \
trunc.c \
ulltoa.c \
ulltow.c \
- wcstof \
+ wcstof.c \
wcstoimax.c \
wcstoumax.c \
wmemchr.c \