diff options
author | Eric Blake <ebb9@byu.net> | 2007-09-29 08:56:50 -0600 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-09-30 09:40:26 +0200 |
commit | 17f0d568d3b95576de88d82b1722aa8adb3d0106 (patch) | |
tree | 81843ac33651f0886765d53836e20efaeed3c6f6 /build-aux/ChangeLog | |
parent | 3c98f1d3eec060dc0b484310776abefd28abc89c (diff) | |
download | coreutils-17f0d568d3b95576de88d82b1722aa8adb3d0106.tar.xz |
Fix testsuite on cygwin.
* check.mk (%.log): Also allow suffix-less tests, on platforms
where $(EXEEXT) is not empty.
Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'build-aux/ChangeLog')
-rw-r--r-- | build-aux/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build-aux/ChangeLog b/build-aux/ChangeLog index 37f70fede..704f6babb 100644 --- a/build-aux/ChangeLog +++ b/build-aux/ChangeLog @@ -1,3 +1,8 @@ +2007-09-29 Eric Blake <ebb9@byu.net> + + * check.mk (%.log): Also allow suffix-less tests, on platforms + where $(EXEEXT) is not empty. + 2007-09-15 Jim Meyering <jim@meyering.net> * vc-list-files: Remove mercurial support. |