summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-04-11 22:08:15 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2002-04-11 22:08:15 +0000
commitb9f3e42673d9dec85bbd42b59cddac697c6fe5b2 (patch)
tree2b842f809724e246b507632e28007b87b0385b72
parent7cf661af6fb019952c83cd6937ec6267b772c0a0 (diff)
downloadgdb-b9f3e42673d9dec85bbd42b59cddac697c6fe5b2.tar.gz
* 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 d47e21add6a..9526dd206b7 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 31f0670d760..a358c06b77d 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 \