diff options
author | Jim Meyering <jim@meyering.net> | 2003-04-05 16:53:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-04-05 16:53:03 +0000 |
commit | 6617d2034591d865e2ff992095aba8b864987927 (patch) | |
tree | 1d7a2684f09277a59f170c2e165e0d9283eb057b /lib | |
parent | c573813515947b3b91736300c6d59f1817f4b646 (diff) | |
download | coreutils-6617d2034591d865e2ff992095aba8b864987927.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 6f9169ead..a09fea8cc 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2003-04-05 Jim Meyering <jim@meyering.net> + + * Makefile.am (DEFS): Use += notation rather than `DEFS = ... @DEFS@'. + Use $(VAR) rather than @VAR@, now that we can rely on automake to + emit a definition for each substituted variable. + 2003-03-26 Richard Dawe <rich@phekda.freeserve.co.uk> * dirname.c [TEST_DIRNAME]: Update build instructions for test. |