summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-08-29 10:05:24 +0200
committerSimon Josefsson <simon@josefsson.org>2008-08-29 10:05:24 +0200
commit55b3f4a91e16515ff617ad239dc7f5ad8a6a760b (patch)
tree146860e3c72567fe5a46c0e3c7561cbd63395ff8 /maint.mk
parentb855779d46c07ae5a03280536e24f8405c374dcf (diff)
downloadgnutls-55b3f4a91e16515ff617ad239dc7f5ad8a6a760b.tar.gz
Update gnulib files.
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/maint.mk b/maint.mk
index 4d74e19efc..24b76503d4 100644
--- a/maint.mk
+++ b/maint.mk
@@ -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.