diff options
author | Jim Meyering <jim@meyering.net> | 2007-06-13 15:33:38 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-06-13 15:33:38 +0200 |
commit | a780166b41f68dbea6d27eea99480708246e7618 (patch) | |
tree | e6840a413b64f31940c79e0719f134e9a41e08ea /ChangeLog | |
parent | ae60d5bc4da2f3dca746c21596e03b2bee3db4bd (diff) | |
download | coreutils-a780166b41f68dbea6d27eea99480708246e7618.tar.xz |
Don't include "quotearg.h" when it is not used.
* Makefile.maint (sc_prohibit_quotearg_without_use): New rule.
* src/cp.c: Don't include "quotearg.h". It wasn't used.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-06-13 Jim Meyering <jim@meyering.net> + Don't include "quotearg.h" when it is not used. + * Makefile.maint (sc_prohibit_quotearg_without_use): New rule. + * src/cp.c: Don't include "quotearg.h". It wasn't used. + * README-hacking: List Gperf as a build-requirement, too. Reported by Steve Ward. |