diff options
author | Christopher Faylor <me@cgf.cx> | 2003-09-11 00:07:28 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-09-11 00:07:28 +0000 |
commit | 704d8c321eafc33c1a8145c9c6bcb44d8827520a (patch) | |
tree | 48441bd875404b298b8809e147e24832fe36f7cd /winsup/utils/ChangeLog | |
parent | 4a6890e76e1842230ea969f79e47b1b7a24d2218 (diff) | |
download | cygnal-704d8c321eafc33c1a8145c9c6bcb44d8827520a.tar.gz cygnal-704d8c321eafc33c1a8145c9c6bcb44d8827520a.tar.bz2 cygnal-704d8c321eafc33c1a8145c9c6bcb44d8827520a.zip |
* Makefile.in: More fixups to adjust for the fact that mingw_getopt.o is no
longer built.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r-- | winsup/utils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index bf98d79e7..76b740225 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,5 +1,10 @@ 2003-09-10 Christopher Faylor <cgf@redhat.com> + * Makefile.in: More fixups to adjust for the fact that mingw_getopt.o + is no longer built. + +2003-09-10 Christopher Faylor <cgf@redhat.com> + * Makefile.in: Remove references to getopt since it is now part of mingwex. |