aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-04-11 22:08:16 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2002-04-11 22:08:16 +0000
commitc3b9aa576b88bec984dd3e7b7a20421d7ea4e173 (patch)
tree99badc80473d56886e2cbfc786f16edb692f8e6b /winsup
parent47f0d7dee532709feba85ce7e6458133f2fca382 (diff)
downloadnewlib-c3b9aa576b88bec984dd3e7b7a20421d7ea4e173.zip
newlib-c3b9aa576b88bec984dd3e7b7a20421d7ea4e173.tar.gz
newlib-c3b9aa576b88bec984dd3e7b7a20421d7ea4e173.tar.bz2
* mingwex/Makefile.in (DISTFILES): Add suffix to wcstof.c.
Diffstat (limited to 'winsup')
-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 d47e21a..9526dd2 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 31f0670..a358c06 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 \