maint.mk: adjust to file name change
authorJose E. Marchesi <jemarch@gnu.org>
Fri, 29 Aug 2008 01:33:04 +0000 (19:33 -0600)
committerEric Blake <ebb9@byu.net>
Fri, 29 Aug 2008 01:33:04 +0000 (19:33 -0600)
* top/maint.mk: s/Makefile.cfg/cfg.mk/.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
top/maint.mk

index 8d81918..e6f2ba9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
+
+       maint.mk: adjust to file name change
+       * top/maint.mk: s/Makefile.cfg/cfg.mk/.
+
 2008-08-28  Jim Meyering  <meyering@redhat.com>
 
        * modules/getndelim2 (License): Relicense to LGPLv2+.
index 4d74e19..24b7650 100644 (file)
@@ -2,7 +2,7 @@
 # This Makefile fragment is intended to be useful by any GNU-like project.
 # This file originate from coreutils, CPPI, Bison, and Autoconf.
 
-# Copyright (C) 2001-2007 Free Software Foundation, Inc.
+# Copyright (C) 2001-2008 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -21,10 +21,10 @@ ME := maint.mk
 
 # List of all C-like source code files that will be tested for
 # stylistic "errors".  You may want to define this to something
-# more complex in Makefile.cfg.
+# more complex in cfg.mk.
 C_SOURCES ?= $(shell find . -name '*.[chly]')
 
-# Add some more files to check, typically set in Makefile.cfg.
+# Add some more files to check, typically set in cfg.mk.
 C_SOURCES += $(C_SOURCES_ADD)
 
 # Do not save the original name or timestamp in the .tar.gz file.