diff options
author | Earnie Boyd <earnie@users.sf.net> | 2004-09-05 14:15:01 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2004-09-05 14:15:01 +0000 |
commit | 71c68d96071c2b5e8f3f0cdee3cbf578c99f832c (patch) | |
tree | 0f4e868055a36f6a5d4942f2662f7182688d01c5 /winsup/mingw | |
parent | 665352facd2ea40c6579f2052a1183e4d061e25a (diff) | |
download | newlib-71c68d96071c2b5e8f3f0cdee3cbf578c99f832c.zip newlib-71c68d96071c2b5e8f3f0cdee3cbf578c99f832c.tar.gz newlib-71c68d96071c2b5e8f3f0cdee3cbf578c99f832c.tar.bz2 |
* mingwex/Makefile.in: Correct typo in list of DISTFILES.
Diffstat (limited to 'winsup/mingw')
-rw-r--r-- | winsup/mingw/ChangeLog | 1 | ||||
-rw-r--r-- | winsup/mingw/mingwex/Makefile.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index 7171f69..d012672 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -2,6 +2,7 @@ * include/_mingw.h: Increment minor version for 3.5 release. * Makefile.in: Ditto. + * mingwex/Makefile.in: Correct typo in list of DISTFILES. 2004-08-24 Danny Smith <dannysmith@users.sourceforge.net> diff --git a/winsup/mingw/mingwex/Makefile.in b/winsup/mingw/mingwex/Makefile.in index c17d9ba..38a02b9 100644 --- a/winsup/mingw/mingwex/Makefile.in +++ b/winsup/mingw/mingwex/Makefile.in @@ -30,7 +30,7 @@ DISTFILES = Makefile.in configure configure.in \ fegetexceptflag.c fegetround.c feholdexcept.c feraiseexcept.c \ fesetenv.c fesetexceptflag.c fesetround.c fetestexcept.c \ feupdateenv.c ftruncate.c fwide.c getopt.c imaxabs.c imaxdiv.c \ - ldtoa.c lltoa.c lltow.c mbsinit.c mingw-aligned-malloc.o \ + ldtoa.c lltoa.c lltow.c mbsinit.c mingw-aligned-malloc.c \ mingw-fseek.c sitest.c strtof.c strtoimax.c strtold.c strtoumax.c \ testwmem.c tst-aligned-malloc.c ulltoa.c ulltow.c wcstof.c \ wcstoimax.c wcstold.c wcstoumax.c wdirent.c wmemchr.c wmemcmp.c \ |