diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-03-21 22:31:18 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-03-21 22:31:18 +0000 |
commit | 3db2fe2c9ffe51331db3d7221ed0b3f3f6e224ff (patch) | |
tree | 40f061a804300bb1f68f1b84a8d8ef8246950e62 /lib | |
parent | e829931bd6f66370e4f6f680238dbd0955ad1bda (diff) | |
download | coreutils-3db2fe2c9ffe51331db3d7221ed0b3f3f6e224ff.tar.xz |
* Makefile.am (libfetish_a_SOURCES): Remove stat-macros.h, xstrtoul.c,
as they are now done by Autoconf macros.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index cb0a2187b..58993842c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2005-03-21 Paul Eggert <eggert@cs.ucla.edu> + + * Makefile.am (libfetish_a_SOURCES): Remove stat-macros.h, xstrtoul.c, + as they are now done by Autoconf macros. + 2005-03-20 Paul Eggert <eggert@cs.ucla.edu> * gettext.h, regex.c, setenv.c, vasprintf.c: Sync from gnulib. |