aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw/mingwex
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-05-22 21:35:09 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2002-05-22 21:35:09 +0000
commita499215e4eac78bfc096cd480fc3db9454bd6c1d (patch)
treece6c906f4594039948ddecf6c56b1ab30aafc9aa /winsup/mingw/mingwex
parent16176e9f86e8cd4e2761be7387d45d061ed00794 (diff)
downloadnewlib-a499215e4eac78bfc096cd480fc3db9454bd6c1d.zip
newlib-a499215e4eac78bfc096cd480fc3db9454bd6c1d.tar.gz
newlib-a499215e4eac78bfc096cd480fc3db9454bd6c1d.tar.bz2
* mingwex/Makefile.in (DISTFILES): Add truncf.c, truncl.c.
Diffstat (limited to 'winsup/mingw/mingwex')
-rw-r--r--winsup/mingw/mingwex/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/mingw/mingwex/Makefile.in b/winsup/mingw/mingwex/Makefile.in
index 72a9d14..0cb136e 100644
--- a/winsup/mingw/mingwex/Makefile.in
+++ b/winsup/mingw/mingwex/Makefile.in
@@ -86,6 +86,8 @@ DISTFILES = Makefile.in configure configure.in \
strtoumax.c \
testwmem.c \
trunc.c \
+ truncf.c \
+ truncl.c \
ulltoa.c \
ulltow.c \
vsnprintf.c \