summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-05-24 20:40:16 +0200
committerJim Meyering <meyering@redhat.com>2011-05-25 08:26:14 +0200
commit56a88e9522a37a741bfb7854915c9ce6274e3b0f (patch)
treeaaba4bf7f8b31aab86a2654cf78b811eaccf9cb2 /cfg.mk
parent484df126391401e6989a92d15fc19044a3e3cb56 (diff)
downloadcoreutils-56a88e9522a37a741bfb7854915c9ce6274e3b0f.tar.xz
maint: accommodate gnulib's newer tight_scope rule
* cfg.mk: Include via "-include", to accommodate new tight-scope rule. (sc_check-AUTHORS): Change the name of the rule in src/Makefile.am to _sc_check-AUTHORS, so it doesn't conflict with this one when this file is included into the sub-make's context. * src/Makefile.am (_sc_check-AUTHORS): Rename from sc_check-AUTHORS. * gnulib: Update to latest.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg.mk b/cfg.mk
index c7515c731..1d0fba108 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -130,7 +130,7 @@ sc_sun_os_names:
ALL_RECURSIVE_TARGETS += sc_check-AUTHORS
sc_check-AUTHORS:
- @$(MAKE) -s -C src $@
+ @$(MAKE) -s -C src _sc_check-AUTHORS
# Look for lines longer than 80 characters, except omit:
# - program-generated long lines in diff headers,
@@ -330,7 +330,7 @@ sc_prohibit_strncmp:
announcement_Cc_ = $(translation_project_), \
coreutils@gnu.org, coreutils-announce@gnu.org
-include $(srcdir)/dist-check.mk
+-include $(srcdir)/dist-check.mk
update-copyright-env = \
UPDATE_COPYRIGHT_USE_INTERVALS=1 \