diff options
author | Christopher Faylor <me@cgf.cx> | 2013-04-30 23:44:06 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2013-04-30 23:44:06 +0000 |
commit | 9379e877dae5ea62a3befd3397b518c8b2f44df7 (patch) | |
tree | 89c7196087ab4a71dec9b7c9f176450099c0b51a | |
parent | 32993797627e2e6d0be6e18c6c3be687cca2de12 (diff) | |
download | cygnal-9379e877dae5ea62a3befd3397b518c8b2f44df7.tar.gz cygnal-9379e877dae5ea62a3befd3397b518c8b2f44df7.tar.bz2 cygnal-9379e877dae5ea62a3befd3397b518c8b2f44df7.zip |
Sigh. Another missing checkin.
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 097013958..a2d3628b9 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -7,6 +7,11 @@ * cygwin64.din: Delete. * gendef: Rework to take options rather than using positional parameters. Accept multiple files as input. + * Makefile.in: Rework to allow multiple .din files as input to gendef. + * configure.in: Change names of .din files to be expressively target + specific. + * aclocal.m4: Regenerate. + * configure: Ditto. 2013-04-29 Christopher Faylor <me.cygwin2013@cgf.cx> |