diff options
author | Jim Meyering <meyering@redhat.com> | 2011-07-31 11:23:58 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-07-31 11:23:58 +0200 |
commit | e24c711cbc581168e670b3fd41580c6588d439a9 (patch) | |
tree | afe2a9644c44a65ba7840faf574cf005e7a1e98a | |
parent | c88f6f22c7d06fe8ab7756ebc6c899b24b32fcee (diff) | |
download | coreutils-e24c711cbc581168e670b3fd41580c6588d439a9.tar.xz |
maint: accommodate old-NEWS update
* cfg.mk (old_NEWS_hash): Update, to accommodate 6.12 addition.
Without this change, "make syntax-check" would fail.
-rw-r--r-- | cfg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ bootstrap-tools = autoconf,automake,gnulib,bison # Now that we have better tests, make this the default. export VERBOSE = yes -old_NEWS_hash = 7b32bb1296f27ceca68b3a20956cb1b8 +old_NEWS_hash = d491296a7e0e2269b2b96dc4bd5f77a8 # Add an exemption for sc_makefile_at_at_check. _makefile_at_at_check_exceptions = ' && !/^cu_install_program =/' |